- assigned_to: nobody --> christianhujer
Current behaviour:
The Java Generator is very silent. It does not issues any messages about what's going on.
Desired behaviour:
It should be possible to optionally have some logging information printed on STDERR, e.g. about which files were identified to be test fixtures, which header files were generated etc..
There should be different log levels.
Without specifying a log level, the behaviour should stay the same as it is now.
With fine, the generator should tell which header files were generated.
With finer, the generator should tell which source files were looked at.
With finest, the generator should tell what file and directory it traverses.
(For the generic description of the levels, see http://java.sun.com/javase/6/docs/api/java/util/logging/Level.html\)