libslf4j-java 1.6.2-1 source package in Ubuntu

Changelog

libslf4j-java (1.6.2-1) unstable; urgency=low

  * New upstream release.
  * Wrap and sort Build-Depends and Depends.
  * Bump Standards-Version to 3.9.2: no changes needed.
  * d/copyright: Use DEP-5 format.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:10:49 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libslf4j-java_1.6.2.orig.tar.gz 136.4 KiB 07982cb0895020c91832c1e4e96b342bff28c209bf866ffb442e7708098330cb
libslf4j-java_1.6.2-1.debian.tar.gz 5.2 KiB 9e93b08ce3ca8d07441d0f8294e4ba83f30733bb5766a849d59deaa0bf25bc71
libslf4j-java_1.6.2-1.dsc 2.0 KiB ae69e11620ee1f334233bc640380442d7be248813956650e3f5df09f902aacf0

Available diffs

View changes file

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.