[logback-user] class name is displayed incorrectly for java inner classes
David Roussel
nabble at diroussel.xsmail.com
Wed Jul 17 10:23:57 CEST 2013
Andy,
The name of the logger is set when the logger is created form the LoggerFactory. You are creating LOG in your outer class. Try creating another logger in your inner class.
David
More information about the Logback-user
mailing list