Hello, everybody. Since I want all my loggings to run over the same interface, I would like to switch Tomcat internal logging to SLF4J. I found a tutorial of how to achieve that
http://hwellmann.blogspot.de/2012/11/logging-with-slf4j-and-logback-in.html
However, I'm developing in Eclipse and I do start my application with Eclipse Tomcat facility. So, Eclipse generates a separate Tomcat instance to run my application on. Does anybody know how I could inject SLF4J logging to that setup?
Thanks in advance
Ewgenij
_______________________________________________ slf4j-user mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/slf4j-user
