libslf4j-java 1.7.32-1 source package in Ubuntu

Changelog

libslf4j-java (1.7.32-1) unstable; urgency=medium

  * New upstream release
  * Standards-Version updated to 4.6.0.1

 -- Emmanuel Bourg <email address hidden>  Fri, 17 Sep 2021 10:43:17 +0200

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
Oracular release universe libs
Noble release universe libs
Mantic release universe libs
Lunar release universe libs
Jammy release universe libs

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libslf4j-java_1.7.32-1.dsc 2.2 KiB d9957f189d850aa50f8a147f68869b1940101a4241b20795ca88e077dd1a1bd1
libslf4j-java_1.7.32.orig.tar.xz 124.8 KiB cc6182c944ad90c2052bd62e71bee9866d2b54a19521b40c663921e8419dbdf9
libslf4j-java_1.7.32-1.debian.tar.xz 5.9 KiB 40a13a1441d71aa34506adf1052c6179f51d1adfa7cbafa0b26853848be5dc32

Available diffs

No changes file available.

Binary packages built by this source

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