Name: | slf4j |
---|---|
Version: | 1.7.25 |
Release: | 4.module+el8.3.0+7697+44932688 |
Architecture: | noarch |
Module: | pki-deps:10.6:8030020200527165326:9edba152 pki-deps:10.6:8040020201130152515:9f9e2e7e pki-deps:10.6:8050020210611200146:b4937e53 pki-deps:10.6:8070020220624201252:3b9f49c4 |
Group: | Unspecified |
Size: | 83844 |
License: | MIT and ASL 2.0 |
RPM: | slf4j-1.7.25-4.module+el8.3.0+7697+44932688.noarch.rpm |
Source RPM: | slf4j-1.7.25-4.module+el8.3.0+7697+44932688.src.rpm |
Build Date: | Fri Aug 07 2020 |
Build Host: | jenkins-10-147-72-125-1f2a4b17-8bcf-4f84-8c3b-8c9cf24ac1eb.appad2iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://www.slf4j.org/ |
Summary: | Simple Logging Facade for Java |
Description: | The Simple Logging Facade for Java or (SLF4J) is intended to serve as a simple facade for various logging APIs allowing to the end-user to plug in the desired implementation at deployment time. SLF4J also allows for a gradual migration path away from Jakarta Commons Logging (JCL). Logging API implementations can either choose to implement the SLF4J interfaces directly, e.g. NLOG4J or SimpleLogger. Alternatively, it is possible (and rather easy) to write SLF4J adapters for the given API implementation, e.g. Log4jLoggerAdapter or JDK14LoggerAdapter.. |