apache-log4j1.2 1.2.17-7ubuntu1 source package in Ubuntu
Changelog
apache-log4j1.2 (1.2.17-7ubuntu1) xenial; urgency=low * Merge from Debian unstable. Remaining changes: - d/{rules,control}: Remove dependency on bnd and don't add OSGi headers to jar file. - d/liblog4j1.2.manifest,control,rules: Add OSGi manifest for log4j using javahelper. - d/control,rules: Switch libmail-java -> libgnumail-java to avoid Maven in Ubuntu main. apache-log4j1.2 (1.2.17-7) unstable; urgency=medium * Team upload. * Transition to bnd 2.1.0. * Vcs-Browser: Use https. -- James Page <email address hidden> Mon, 07 Mar 2016 15:29:00 +0000
Upload details
- Uploaded by:
- James Page
- Uploaded to:
- Xenial
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- java
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | java |
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-7ubuntu1.debian.tar.xz | 8.7 KiB | ca2f7044e44a234e4810e29a615ea322aab6bfee6675d001213c0a48a0598c87 |
apache-log4j1.2_1.2.17-7ubuntu1.dsc | 2.4 KiB | edfbaa007431d86320337c8edd687d729e71bddd0e44f7f60eb03d381b46f678 |
Available diffs
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.