File: control

package info (click to toggle)
apache-log4j2 2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,124 kB
  • ctags: 20,249
  • sloc: java: 115,953; xml: 16,123; sh: 44; jsp: 21; makefile: 6
file content (95 lines) | stat: -rw-r--r-- 4,327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Source: apache-log4j2
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.5)
Build-Depends-Indep: default-jdk-doc,
                     groovy,
                     libapache-pom-java (>= 10),
                     libbsh-java,
                     libcommons-compress-java,
                     libcommons-csv-java (>= 1.2),
                     libcommons-lang3-java,
                     libcommons-logging-java,
                     libcommons-logging-java-doc,
                     libconversant-disruptor-java,
                     libdisruptor-java,
                     libgeronimo-jms-1.1-spec-java,
                     libmail-java,
                     libjackson2-databind-java,
                     libjackson2-dataformat-yaml,
                     libjackson2-dataformat-xml-java,
                     libjackson2-module-jaxb-annotations-java,
                     libjansi-java,
                     libjcommander-java,
                     libjctools-java,
                     libjeromq-java,
                     libjpa-2.1-spec-java,
                     liblightcouch-java,
                     libmaven-bundle-plugin-java,
                     libmaven-exec-plugin-java,
                     libmaven-install-plugin-java,
                     libmaven-javadoc-plugin-java,
                     libmaven-source-plugin-java,
                     libmongodb-java,
                     libosgi-core-java,
                     libservlet3.1-java,
                     libslf4j-java,
                     libwoodstox-java
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/apache-log4j2.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/apache-log4j2.git
Homepage: http://logging.apache.org/log4j/2.x/

Package: liblog4j2-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}, liblog4j2-java-doc
Description: Apache Log4j - Logging Framework for Java
 Apache Log4j 2 is an upgrade to Log4j that provides significant improvements
 over its predecessor, Log4j 1.x:
 .
 API Separation: The API for Log4j is separate from the implementation making
 it clear for application developers which classes and methods they can use
 while ensuring forward compatibility.
 .
 Improved Performance: Log4j 2 contains next-generation Asynchronous Loggers
 based on the LMAX Disruptor library. In multi-threaded scenarios Asynchronous
 Loggers have 10 times higher throughput and orders of magnitude lower latency
 than Log4j 1.x.
 .
 Support for multiple APIs: While the Log4j 2 API will provide the best
 performance, Log4j 2 provides support for the SLF4J and Commons Logging APIs.
 .
 Automatic Reloading of Configurations: Log4j 2 can automatically reload its
 configuration upon modification. It will do so without losing log events
 while reconfiguration is taking place.
 .
 Advanced Filtering: Log4j 2 supports filtering based on context
 data, markers, regular expressions, and other components in the Log event.
 Filtering can be specified to apply to all events before being passed to
 Loggers or as they pass through Appenders.
 .
 Plugin Architecture: Log4j uses the plugin pattern to configure components.
 As such, no code is needed to create and configure an Appender, Layout,
 Pattern Converter, and so on. Log4j automatically recognizes plugins
 and uses them when a configuration references them.
 .
 Property Support: Properties can be referenced in a configuration, Log4j will
 directly replace them, or Log4j will pass them to an underlying component that
 will dynamically resolve them. Properties come from values defined in the
 configuration file, system properties, environment variables, the
 ThreadContext Map, and data present in the event.

Package: liblog4j2-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: liblog4j2-java
Description: Documentation for Apache Log4j 2
 Apache Log4j 2 is an upgrade to Log4j that provides significant improvements
 over its predecessor, Log4j 1.x.
 .
 This package contains the API documentation of liblog4j2-java.