Somebody pointed out that the use of LoggerWrapper also has an influence on
the working of %C, %M and %L: the log4j conversion patterns, for Class method
and line. They actually don't give anything sensible back now (namely only
reference to LoggerWrapper)


To get %C working again you can change it to %c (big to lowel case) and the correct classname will be given.

Rob


Reply via email to