libslf4j-java 1.7.14-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Build with maven-debian-helper
  * Refreshed debian/copyright

 -- Emmanuel Bourg <email address hidden>  Thu, 28 Jan 2016 13:34:49 +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-1.dsc 2.2 KiB c045367a1432514289dbc27861e74abee102e0eaa3e78f8ae60f8b6c5d5557be
libslf4j-java_1.7.14.orig.tar.xz 109.3 KiB bde6dddb4645943f525643306128a0ca81d45afc2a213538865d2e547df5e0d2
libslf4j-java_1.7.14-1.debian.tar.xz 5.2 KiB 64c246d0146f8adb47337f227a6a35b615c1c8163ddf4d8c7222fa0f951e7069

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.