Skip to content

Commit 5a0262d

Browse files
committed
Improve log4j-api description (#1474)
1 parent cc876ae commit 5a0262d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

log4j-api/pom.xml

+12-2
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,27 @@
1616
~ limitations under the License.
1717
-->
1818
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
19+
1920
<modelVersion>4.0.0</modelVersion>
21+
2022
<parent>
2123
<groupId>org.apache.logging.log4j</groupId>
2224
<artifactId>log4j</artifactId>
2325
<version>${revision}</version>
2426
<relativePath>../log4j-parent</relativePath>
2527
</parent>
28+
2629
<artifactId>log4j-api</artifactId>
27-
<packaging>jar</packaging>
30+
2831
<name>Apache Log4j API</name>
29-
<description>The Apache Log4j API</description>
32+
33+
<description>
34+
The logging API of the Log4j project.
35+
Library and application code can log against this API.
36+
It contains a simple built-in implementation (`SimpleLogger`) for trivial use cases.
37+
Production applications are recommended to use it in combination with a fully-fledged implementation, such as Log4j Core.
38+
</description>
39+
3040
<properties>
3141
<maven.javadoc.skip>false</maven.javadoc.skip>
3242

0 commit comments

Comments
 (0)