libslf4j-java 1.7.12-2 source package in Ubuntu

Changelog

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

  * Add OSGi metadata to jar manifests.
  * Add Jakub Adam to Uploaders.

 -- Jakub Adam <email address hidden>  Sat, 02 May 2015 18:55:56 +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

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libslf4j-java_1.7.12-2.dsc 2.1 KiB a6bb076355699e01f1b59a5d63058bfe85188dd9afd2aaefc955ba5cd2640452
libslf4j-java_1.7.12.orig.tar.xz 106.3 KiB 8d354b24fcb86174637f2991e30cb4d84d0de0bf90bc601b13efa58731b36eaf
libslf4j-java_1.7.12-2.debian.tar.xz 6.2 KiB 6afac1f82b8dadc8c50ff6fb2be43b1d01c72d22cefac9b3c33ccb3b23737edc

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.