
7 Feb
2011
7 Feb
'11
7:15 p.m.
Hi there, I'm migrating my stuff from log4j to logback and I've gotten to the log4j.xml -> logback.xml porting. Besides not having a .dtd makes the work quite hard, I am trying to understand one thing: In log4j I had <category> supporting the class= attribute (while <logger>, which would be its replacement from my understanding, doesn't). Is there anything similar in logback.xml? I wrote a custom Logger (implementing Logger interface) and I would like to tell the logger to use it instead of org.slf4j.Logger. Thanks a lot. -- Fabio Erculiani