apache-log4j1.2 1.2.16-2ubuntu1 source package in Ubuntu

Changelog

apache-log4j1.2 (1.2.16-2ubuntu1) precise; urgency=low

  * Updates to retain log4j in Ubuntu main:
    - d/control: Depend on libmx4j-java (main) instead of
      libjboss-jmx-java (universe).
    - d/{rules,control}: Remove dependency on bnd and don't add
      OSGi headers to jar file.
 -- James Page <email address hidden>   Thu, 24 Nov 2011 09:39:36 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
apache-log4j1.2_1.2.16.orig.tar.gz 518.8 KiB ac92cd0876c705e72dc83771c033d96b20f102104a39df17bfc7c859a6532a28
apache-log4j1.2_1.2.16-2ubuntu1.debian.tar.gz 8.0 KiB 9b3ed3a90bad4bd5b289f8e46e42f77468ab493e10f1c2eb2aad2987f2c19ea8
apache-log4j1.2_1.2.16-2ubuntu1.dsc 2.4 KiB a780342476d45a02fac489da852d56e17a329f07c5c05fd46c19dbc9b88139dc

Available diffs

View changes file

Binary packages built by this source

liblog4j1.2-java: Logging library for java

 log4j is a tool to help the programmer output log statements to a variety of
 output targets.
 .
 It is possible to enable logging at runtime without modifying the application
 binary. The log4j package is designed so that log statements can remain in
 shipped code without incurring a high performance cost.
 .
 One of the distinctive features of log4j is the notion of hierarchical
 loggers. Using loggers it is possible to selectively control which log
 statements are output at arbitrary granularity.
 .
 Log4j can output to: a file, a rolling file, a database with a JDBC driver,
 many output asynchronously, a JMS Topic, a swing based logging console,
 the NT event log, /dev/null, a SMTP server (using javamail), a socket server,
 syslog, telnet daemon and stdout.
 .
 The format of the output can be defined using one of the various layout
 (or user defined layout) like: simple text, html, date, pattern defined and
 XML.

liblog4j1.2-java-doc: Documentation for liblog4j1.2-java

 The javadoc API documentation for the logging library
 from the Apache Jakarta project. The documentation is
 for the version 1.2 of the log4j API.