logback 1:1.2.11-2 source package in Ubuntu

Changelog

logback (1:1.2.11-2) unstable; urgency=medium

  * Team upload.
  * Migrate to Tomcat 10. Depend on libtomcat10-java instead of tomcat9-java.
    Add tomcat10-migration.patch.

 -- Markus Koschany <email address hidden>  Sun, 05 Mar 2023 01:43:23 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
logback_1.2.11-2.dsc 2.4 KiB 1361cce3f777a51a6ee7b33bfd2afbbc2c6f2b41375ee9edb8acd427cf872faa
logback_1.2.11.orig.tar.xz 2.8 MiB 452d3357f26acacc49027e81ab18a8fdc96ecf4a7866261ec869e4e93e743778
logback_1.2.11-2.debian.tar.xz 14.3 KiB 993453699f776045f5ad9e62f405ae9bdf0dca087058be6c798aff64d9dc93a1

Available diffs

No changes file available.

Binary packages built by this source

liblogback-java: 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.

liblogback-java-doc: flexible logging library for Java - documentation

 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.
 .
 This package provides the API documentation and manual for Logback.