Skip to content

Commit f4da84f

Browse files
committed
Improve log4j-core description (#1475)
1 parent 650569a commit f4da84f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

log4j-core/pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@
2929
<artifactId>log4j-core</artifactId>
3030

3131
<name>Apache Log4j Core</name>
32-
<description>The Apache Log4j Implementation</description>
32+
33+
<description>A versatile, industrial-grade, and reference implementation of the Log4j API.
34+
It bundles a rich set of components to assist various use cases:
35+
Appenders targeting files, network sockets, databases, SMTP servers;
36+
Layouts that can render CSV, HTML, JSON, Syslog, etc. formatted outputs;
37+
Filters that can be configured using log event rates, regular expressions, scripts, time; etc.
38+
It contains several extension points to introduce custom components, if needed.</description>
3339

3440
<properties>
3541

0 commit comments

Comments
 (0)