Codebase list libslf4j-java / 1471522 debian / control
1471522

Tree @1471522 (Download .tar.gz)

control @1471522raw · history · blame

Source: libslf4j-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>,
           Damien Raude-Morvan <drazzib@debian.org>,
           Emmanuel Bourg <ebourg@apache.org>
Build-Depends: ant,
               ant-optional,
               cdbs,
               debhelper (>= 9),
               default-jdk,
               junit4,
               libcommons-logging-java,
               liblog4j1.2-java,
               maven-repo-helper
Standards-Version: 3.9.4
Homepage: http://www.slf4j.org
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libslf4j-java
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libslf4j-java

Package: libslf4j-java
Architecture: all
Depends: ${misc:Depends}
Suggests: libcommons-logging-java, liblog4j1.2-java
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 Apache Commons
 Logging (CL)
 .
 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.