I'm trying to retrieve logging level for a configured logger. Everything works fine but if I call
someLogger.getLevel(); I'm always getting null? And of course a nice NullPointerException... Java docs says that can be null. Why? And How I get the current Level? Thank you in advance. -- Davide De Benedictis --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
