MVN

org.ops4j.pax.logging : pax-logging-log4j1

Maven & Gradle

Aug 29, 2022
7 usages
42 stars

OPS4J Pax Logging - Log4Jv1 implementation · Pax Logging backend implementation based on Apache Log4J. It provides Log4J specific implementation of PaxLoggingService interface and Log4J specific configuration methods. Users may customize Log4J behaviour (appenders, layouts) by creating fragment attached to this bundle.

<dependency>
    <groupId>org.ops4j.pax.logging</groupId>
    <artifactId>pax-logging-log4j1</artifactId>
    <version>2.0.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ops4j.pax.logging : pax-logging-log4j1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.19

All Versions

Choose a version of org.ops4j.pax.logging : pax-logging-log4j1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
pax-logging-log4j1-2.0.19
pax-logging-log4j1-2.0.18
pax-logging-log4j1-2.0.17
pax-logging-log4j1-2.0.16
pax-logging-log4j1-2.0.15
pax-logging-log4j1-2.0.14
pax-logging-log4j1-2.0.13
pax-logging-log4j1-2.0.12
pax-logging-log4j1-2.0.11
pax-logging-log4j1-2.0.10
pax-logging-log4j1-2.0.9
pax-logging-log4j1-2.0.8
pax-logging-log4j1-2.0.7
pax-logging-log4j1-2.0.6
pax-logging-log4j1-2.0.5
pax-logging-log4j1-2.0.4
pax-logging-log4j1-2.0.3
pax-logging-log4j1-2.0.2
pax-logging-log4j1-2.0.1
pax-logging-log4j1-2.0.0

How to add a dependency to Maven

Add the following org.ops4j.pax.logging : pax-logging-log4j1 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ops4j.pax.logging</groupId>
    <artifactId>pax-logging-log4j1</artifactId>
    <version>2.0.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ops4j.pax.logging : pax-logging-log4j1 gradle dependency to your build.gradle file:

implementation 'org.ops4j.pax.logging:pax-logging-log4j1:2.0.19'

Gradle Kotlin DSL: Add the following org.ops4j.pax.logging : pax-logging-log4j1 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ops4j.pax.logging:pax-logging-log4j1:2.0.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ops4j.pax.logging : pax-logging-log4j1 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ops4j.pax.logging" % "pax-logging-log4j1" % "2.0.19"

Advertisement