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, ∼1419🔥, 0💬
Popular Posts:
What Is commons-fileupload-1.3.3 .jar?commons-fileupload-1.3.3 .jaris the JAR file for Apache Common...
This package is the backport of java.util.concurrent API, introduced in Java 5.0 and further refined...
What Is ojdbc7.jar for Oracle 12c R1? ojdbc7.jar for Oracle 12c R1 is the JAR files of ojdbc.jar, JD...
What is the jaxp\SourceValidator.jav aprovided in the Apache Xerces package? I have Apache Xerces 2....
JDK 17 jdk.compiler.jmod is the JMOD file for JDK 17 Compiler tool, which can be invoked by the "jav...