nlog4j

nlog4j

nlog4j - NLOG4J is a production-quality log4j-replacement with native SLF4J API support. See http://www.slf4j.org/nlog4j/
Files download
File Operation
nlog4j-1.2.25.jar download
nlog4j-1.2.25.pom download
Apache Maven
<dependency>
  <groupId>org.slf4j</groupId>
  <artifactId>nlog4j</artifactId>
  <version>1.2.25</version>
</dependency>
Gradle Groovy
implementation 'org.slf4j:nlog4j:1.2.25'
Gradle Kotlin
implementation("org.slf4j:nlog4j:1.2.25")
Scala SBT
libraryDependencies += "org.slf4j" % "nlog4j" % "1.2.25"
Groovy Grape
@Grapes(
  @Grab(group='org.slf4j', module='nlog4j', version='1.2.25')
)
Apache Ivy
<dependency org="org.slf4j" name="nlog4j" rev="1.2.25" />
Leiningen
[org.slf4j/nlog4j "1.2.25"]
Apache Buildr
'org.slf4j:nlog4j:jar:1.2.25'