on log level set to logger:
- FINE:
- the error traces should be printed without class and method name,
- the warning traces should be printed without class and method name,
- the info traces should be printed without class and method name,
- the debug traces should be printed without class and method name, no traces 'start'/'end'/'call'.
- FINER:
- the error traces should be printed without class and method name,
- the warning traces should be printed without class and method name,
- the info traces should be printed with class and method name,
- the debug traces should be printed with class and method name, no traces 'start'/'end'/'call'.
- FINEST:
- the error traces should be printed without class and method name,
- the warning traces should be printed without class and method name,
- the info traces should be printed with class and method name,
- debug traces and traces 'start'/'end'/'call' are printed with class and method name.
Fixed in trunk