Source: libslf4j-java Section: libs Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath Build-Depends: cdbs, debhelper (>= 6) Build-Depends-Indep: ant, java-gcj-compat-dev, liblog4j1.2-java, libcommons-logging-java Standards-Version: 3.8.0 Homepage: http://www.slf4j.org/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libslf4j-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libslf4j-java Package: libslf4j-java Architecture: all Depends: java-gcj-compat | java1-runtime | java2-runtime Description: Simple Logging Facade for Java 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. logback or SimpleLogger. Alternatively, it is possible (and rather easy) to write SLF4J adapters for the given API implementation, e.g. Log4jLoggerAdapter or JDK14LoggerAdapter.