File tree 3 files changed +27
-9
lines changed
3 files changed +27
-9
lines changed Original file line number Diff line number Diff line change 16
16
~ limitations under the License.
17
17
-->
18
18
<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/xsd/maven-4.0.0.xsd" >
19
+
19
20
<modelVersion >4.0.0</modelVersion >
21
+
20
22
<parent >
21
23
<groupId >org.apache.logging.log4j</groupId >
22
24
<artifactId >log4j</artifactId >
23
25
<version >${revision} </version >
24
26
<relativePath >../log4j-parent</relativePath >
25
27
</parent >
28
+
26
29
<artifactId >log4j-slf4j-impl</artifactId >
27
- <packaging >jar</packaging >
28
- <name >Apache Log4j SLF4J Binding</name >
29
- <description >The Apache Log4j SLF4J API binding to Log4j 2 Core</description >
30
+
31
+ <name >SLF4J 1 Binding for Log4j API</name >
32
+
33
+ <description >SLF4J 1 binding (provider) for the Log4j API.
34
+ It forwards SLF4J 1 calls to the Log4j API.
35
+ (Refer to the `log4j-to-slf4j` artifact for forwarding the Log4j API to SLF4J.)</description >
30
36
31
37
<properties >
32
38
<slf4j1 .version>1.7.36</slf4j1 .version>
Original file line number Diff line number Diff line change 16
16
~ limitations under the License.
17
17
-->
18
18
<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/xsd/maven-4.0.0.xsd" >
19
+
19
20
<modelVersion >4.0.0</modelVersion >
21
+
20
22
<parent >
21
23
<groupId >org.apache.logging.log4j</groupId >
22
24
<artifactId >log4j</artifactId >
25
27
</parent >
26
28
27
29
<artifactId >log4j-slf4j2-impl</artifactId >
28
- <packaging >jar</packaging >
29
- <name >Apache Log4j SLF4J 2.0 Binding</name >
30
- <description >The Apache Log4j SLF4J 2.0 API binding to Log4j 2 Core</description >
30
+
31
+ <name >SLF4J 2 Provider for Log4j API</name >
32
+
33
+ <description >SLF4J 2 provider (binding) for the Apache Log4j API.
34
+ It forwards SLF4J 2 calls to the Log4j API.
35
+ This effectively allows using Log4j as an implementation of SLF4J 2.
36
+ (Refer to the `log4j-to-slf4j` artifact for forwarding the Log4j API to SLF4J.)</description >
31
37
32
38
<properties >
33
39
<slf4j2 .version>2.0.9</slf4j2 .version>
Original file line number Diff line number Diff line change 16
16
~ limitations under the License.
17
17
-->
18
18
<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
+
19
20
<modelVersion >4.0.0</modelVersion >
21
+
20
22
<parent >
21
23
<groupId >org.apache.logging.log4j</groupId >
22
24
<artifactId >log4j</artifactId >
23
25
<version >${revision} </version >
24
26
<relativePath >../log4j-parent</relativePath >
25
27
</parent >
28
+
26
29
<artifactId >log4j-to-slf4j</artifactId >
27
- <packaging >jar</packaging >
28
- <name >Apache Log4j to SLF4J Adapter</name >
29
- <description >The Apache Log4j binding between Log4j 2 API and SLF4J.</description >
30
+
31
+ <name >Log4j API to SLF4J Adapter</name >
32
+
33
+ <description >Forwards the Log4j API calls to SLF4J.
34
+ (Refer to the `log4j-slf4j[2]-impl` artifacts for forwarding SLF4J to the Log4j API.)</description >
35
+
30
36
<properties >
31
37
32
38
<!--
You can’t perform that action at this time.
0 commit comments