Tuesday, December 14, 2010

SLF4J - The Simple Logging Facade for Java

SL4J allows us to use the desired logger mechanism at deployment time. SL4J supports

-Log4j
-java.util.logging
-NOP
-Simple
-JCL

If you want to change the way you log, just change the bridging .jar file and restart the application.

http://www.slf4j.org/index.html

No comments: