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, 875🔥, 0💬
Popular Posts:
What Is mail.jar of JavaMail 1.3? I got the JAR file from javamail-1_3.zip. mail.jar in javamail-1_3...
This package is the backport of java.util.concurrent API, introduced in Java 5.0 and further refined...
Snappy-Java is a Java port of the "snappy", a fast C++ compresser/decompresser developed by Google. ...
How to download and install JDK (Java Development Kit) 5? If you want to write Java applications, yo...
What Is js.jar in Rhino JavaScript 1.7R5? js.jar in Rhino JavaScript 1.7R5 is the JAR file for Rhino...