Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
What Is SLF4J API
What Is SLF4J (Simple Logging Facade for Java) API?
✍: Guest
The Simple Logging Facade for Java (SLF4J) serves as a simple facade or
abstraction for various logging libraries (e.g. java.util.logging, logback,
log4j) allowing the end user to plug in the desired logging library at
deployment time.
SLF4J-enabling your logging library is so simple. All you have to do is to add a single mandatory SLF4J API, namely slf4j-api.jar.
If no logging library is found on the class path, then SLF4J will default to a no-operation implementation.
Since SLF4J only provides an abstract logging API, it must be used together with a specific logging library like Log4J Logging framework as shown below.
Releases of SLF4J library:
SLF4J 2.0.4 2022-11-17 SLF4J 2.0.0 2022-08-20 SLF4J 1.7.36 2022-02-08 SLF4J 1.7.0 2012-09-06 SLF4J 1.6.0 2010-05-08 SLF4J 1.5.0 2008-02-26 SLF4J 1.4.0 2007-05-22 SLF4J 1.1.0 2006-12-20
⇒ SLF4J API Binding to Logging Libraries
⇐ Downloading and Reviewing SLF4J Packages
2021-07-04, ∼1351🔥, 0💬
Popular Posts:
What Is poi-3.5.jar - Part 2? poi-3.5.jar is one of the JAR files for Apache POI 3.5, which provides...
io.jar is a component in iText Java library to provide input/output functionalities. iText Java libr...
JDK 8 jconsole.jar is the JAR file for JDK 8 JConsole, which is a graphical monitoring tool to monit...
maven-model-builder-3.5. 4.jaris the JAR file for Apache Maven 3.5.4 Model Builder module. Apache Ma...
A stream buffer is a stream-based representation of an XML infoset in Java. Stream buffers are desig...