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.
文件下载
文件名 操作
pax-logging-log4j2-2.1.0-wso2v5.jar 下载
pax-logging-log4j2-2.1.0-wso2v5.pom 下载
pax-logging-log4j2-2.1.0-wso2v5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.wso2.org.ops4j.pax.logging</groupId>
  <artifactId>pax-logging-log4j2</artifactId>
  <version>2.1.0-wso2v5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.org.ops4j.pax.logging:pax-logging-log4j2:2.1.0-wso2v5'
Gradle Kotlin
implementation("org.wso2.org.ops4j.pax.logging:pax-logging-log4j2:2.1.0-wso2v5")
Scala SBT
libraryDependencies += "org.wso2.org.ops4j.pax.logging" % "pax-logging-log4j2" % "2.1.0-wso2v5"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.org.ops4j.pax.logging', module='pax-logging-log4j2', version='2.1.0-wso2v5')
)
Apache Ivy
<dependency org="org.wso2.org.ops4j.pax.logging" name="pax-logging-log4j2" rev="2.1.0-wso2v5" />
Leiningen
[org.wso2.org.ops4j.pax.logging/pax-logging-log4j2 "2.1.0-wso2v5"]
Apache Buildr
'org.wso2.org.ops4j.pax.logging:pax-logging-log4j2:jar:2.1.0-wso2v5'