j

jscreed-log4j

It's an adapter allows to the JScreed framework to work with Log4J 1.2
Files download
File Operation
jscreed-log4j-1.0.1.jar download
jscreed-log4j-1.0.1.pom download
jscreed-log4j-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.igormaznitsa</groupId>
  <artifactId>jscreed-log4j</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.igormaznitsa:jscreed-log4j:1.0.1'
Gradle Kotlin
implementation("com.igormaznitsa:jscreed-log4j:1.0.1")
Scala SBT
libraryDependencies += "com.igormaznitsa" % "jscreed-log4j" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.igormaznitsa', module='jscreed-log4j', version='1.0.1')
)
Apache Ivy
<dependency org="com.igormaznitsa" name="jscreed-log4j" rev="1.0.1" />
Leiningen
[com.igormaznitsa/jscreed-log4j "1.0.1"]
Apache Buildr
'com.igormaznitsa:jscreed-log4j:jar:1.0.1'