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, ∼1082🔥, 0💬
Popular Posts:
JDK 11 jdk.crypto.ec.jmod is the JMOD file for JDK 11 Crypto EC module. JDK 11 Crypto EC module comp...
What Is javaws.jar in JRE (Java Runtime Environment) 8? javaws.jar in JRE (Java Runtime Environment)...
JRE 8 rt.jar is the JAR file for JRE 8 RT (Runtime) libraries. JRE (Java Runtime) 8 is the runtime e...
JavaMail Source Code Files are provided in the source package file, httpcomponents-client-5. 2-src.zi...
What is ojdbc.jar - JDBC Driver for Oracle? ojdbc.jar is a JDBC driver from Oracle that provides dat...