apache-log4j1.2 1.2.17-4ubuntu1 source package in Ubuntu

Changelog

apache-log4j1.2 (1.2.17-4ubuntu1) trusty; urgency=low

  * Merge from Debian unstable (LP: #1246295).  Remaining changes:
    - d/{rules,control}: Remove dependency on bnd and don't add
      OSGi headers to jar file.

apache-log4j1.2 (1.2.17-4) unstable; urgency=low

  * Removed the dependency on libjboss-jmx-java since javax.management
    is now part of the JDK.
  * Enabled the compilation of the org.apache.log4j.jmx.Agent class
  * Added a description to build_fix.patch
 -- Yolanda Robla <email address hidden>   Tue, 30 Oct 2013 13:41:00 +0100

Upload details

Uploaded by:
Yolanda Robla
Sponsored by:
Martin Pitt
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
apache-log4j1.2_1.2.17.orig.tar.gz 539.1 KiB f293c2b8cb5a68c43b8c83a41891d3ef667841c2abc4dcfb172292a49eb5336f
apache-log4j1.2_1.2.17-4ubuntu1.debian.tar.gz 8.8 KiB 4ba99f696fe5ca8166303ac50c4606feb041dcb0fcb0ec1f79b7ec356dd3e753
apache-log4j1.2_1.2.17-4ubuntu1.dsc 2.4 KiB d9f1184c56e2cbdd681eb4f51831a638eca32267543b22686e6765ada121e78e

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.