libslf4j-java 1.7.14-2 source package in Ubuntu

Changelog

libslf4j-java (1.7.14-2) unstable; urgency=medium

  * Fixed a build failure (Closes: #813087)

 -- Emmanuel Bourg <email address hidden>  Mon, 01 Feb 2016 22:43:14 +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

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libslf4j-java_1.7.14-2.dsc 2.2 KiB f25334950462e6bd108c606db1f3a9040ebb49e29199f088a734df69ac791c7d
libslf4j-java_1.7.14.orig.tar.xz 109.3 KiB bde6dddb4645943f525643306128a0ca81d45afc2a213538865d2e547df5e0d2
libslf4j-java_1.7.14-2.debian.tar.xz 5.2 KiB df45bb30cad73cd1405e71c513eddac1b5573b1390084dbe297842c40251acf8

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.