Simple Logging Facade for Java

Simple Logging Facade for Java is intended to serve as a simple facade for various logging APIs.
Download

Simple Logging Facade for Java Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Ceki Gulcu
  • Publisher web site:
  • http://www.slf4j.org/nlog4j/

Simple Logging Facade for Java Tags


Simple Logging Facade for Java Description

Simple Logging Facade for Java is intended to serve as a simple facade for various logging APIs. Simple Logging Facade for Java also know as 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.Logging API implementations can either choose to implement the 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.The SLF4J interfaces and their various adapters are simple and straightforward. Most developers familiar with the Java language should be able to read and fully understand the code in less than one hour.SLF4J does not rely on any special class loader machinery. In fact, the binding between SLF4J and a given logging API implementation is performed statically at compile time.Each binding is hardwired to use one and only specific logging API implementation. Thus, SLF4J suffers from none of the class loader problems or memory leaks observed with other approaches. We hope that simplicity of the SLF4J interfaces and the deployment model will make it easy for developers of other logging APIs to conform to the SLF4J model. What's New in This Release: · This version corrects critical bugs. · You are highly encouraged to upgrade. · The upgrade should pose no problems. · Nevertheless, you might still want to refer to the compatibility report for this version.


Simple Logging Facade for Java Related Software