Prev Next

Java / log4j

What is SLF4J?

The Simple Logging Facade for Java (SLF4J) is a simple facade or abstraction for various logging frameworks such as java.util.logging, LogBack, log4j allowing the end user to plug in the desired logging framework at deployment time. It is not itself a logging library, but a generic interface to one of many logging libraries.

More Related questions...

Show more question and Answers...


Comments & Discussions