Source: logback Section: java Maintainer: Debian Java Maintainers Uploaders: tony mancill , Build-Depends: debhelper-compat (= 13), default-jdk-headless, libjackson2-databind-java, libjakarta-mail-java, libjansi-java, libjetty12-java, libmaven-antrun-plugin-java, libmaven-bundle-plugin-java, libslf4j2-java, maven-debian-helper, Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/java-team/logback.git Vcs-Browser: https://salsa.debian.org/java-team/logback Homepage: https://logback.qos.ch Package: liblogback-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends}, Suggests: liblogback-access-java, ${maven:OptionalDepends}, Description: flexible logging library for Java Logback is a reliable, generic, fast and flexible logging library for Java. It's intended as a successor to the popular log4j project. . The logback-core module lays the groundwork for the other two modules. . The logback-classic module can be assimilated to a significantly improved version of log4j. Moreover, logback-classic natively implements the SLF4J API so that you can readily switch back and forth between logback and other logging systems such as log4j or java.util.logging (JUL). . The logback-access module integrates with Servlet containers, such as Tomcat and Jetty, to provide HTTP-access log functionality.