Skip to content
digerata edited this page Sep 14, 2010 · 2 revisions

P4Java uses SLF4J as a logging implementation. This means that you can configure in whatever logging framework you would like to use when you integrate P4Java into your application. If you are already using log4j or java.util.logging, P4Java will pick up and use what you have configured for your app.

See SLF4J’s website for details on advanced log configuration: http://www.slf4j.org/docs.html

Clone this wiki locally