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

Changelog

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

  * d/control: Really Depend on libmx4j-java (main) instead of
    libjboss-jmx-java (universe) to keep log4j in main.
 -- James Page <email address hidden>   Thu, 24 Nov 2011 11:53:42 +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-2ubuntu2.debian.tar.gz 8.0 KiB adc5c494883dcd3371bf7d0fc9275bc3f8e1101e26918a4f969f12ae3b8e4772
apache-log4j1.2_1.2.16-2ubuntu2.dsc 2.4 KiB c1ded02b1d5099aa7cf50273a0b2c6c622997adb3d17e25ce1eb8da199d08762

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.