Hi again mate,

> +                logger.finer( "Inizializing " + 
> OnamiRunner.class.getSimpleName() + " for class: " + klass.getName() );

I wouldn't include the 'OnamiRunner' class name in the sentence, since
it can be set in the logger output pattern configuration, i.e. include
the thread, the log level, the logging class, then the message.
I'd just modify the message as

logger.finer( "Injecting members to test class: " + klass.getName() );

WDYT?
best,
-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/

Reply via email to