p

pax-logging-log4j2

Pax Logging backend implementation based on Apache Log4J2. It provides Log4J2 specific implementation of PaxLoggingService interface and Log4J2 specific configuration methods. Users may customize Log4J2 behaviour (appenders, layouts) by creating fragment attached to this bundle.
Files download
File Operation
pax-logging-log4j2-2.1.0-wso2v2.jar download
pax-logging-log4j2-2.1.0-wso2v2.pom download
pax-logging-log4j2-2.1.0-wso2v2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wso2.org.ops4j.pax.logging</groupId>
  <artifactId>pax-logging-log4j2</artifactId>
  <version>2.1.0-wso2v2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.org.ops4j.pax.logging:pax-logging-log4j2:2.1.0-wso2v2'
Gradle Kotlin
implementation("org.wso2.org.ops4j.pax.logging:pax-logging-log4j2:2.1.0-wso2v2")
Scala SBT
libraryDependencies += "org.wso2.org.ops4j.pax.logging" % "pax-logging-log4j2" % "2.1.0-wso2v2"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.org.ops4j.pax.logging', module='pax-logging-log4j2', version='2.1.0-wso2v2')
)
Apache Ivy
<dependency org="org.wso2.org.ops4j.pax.logging" name="pax-logging-log4j2" rev="2.1.0-wso2v2" />
Leiningen
[org.wso2.org.ops4j.pax.logging/pax-logging-log4j2 "2.1.0-wso2v2"]
Apache Buildr
'org.wso2.org.ops4j.pax.logging:pax-logging-log4j2:jar:2.1.0-wso2v2'