libslf4j-java 1.7.25-1 source package in Ubuntu

Changelog

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

  * Upload to unstable

 -- Emmanuel Bourg <email address hidden>  Mon, 19 Jun 2017 15:21:53 +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

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libslf4j-java_1.7.25-1.dsc 2.2 KiB b3777b23f64b25e5a0c83e6a40fb1b7b34381a9c92c0ca2137a6161309a20656
libslf4j-java_1.7.25.orig.tar.xz 115.1 KiB 03f0669a8bd3ff204c353a96983cbc027beb3b0f8b33651e95bb12f49f7ff20a
libslf4j-java_1.7.25-1.debian.tar.xz 6.2 KiB b660b8ab8f678891c4d78a71f918549a9583eaf01a54466c3d7ba8ebf12c5a30

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.