Skip to content

DarkPhoenixs/log4j-patch

 
 

Repository files navigation

log4j-patch

  • Patched version of Apache log4j 1.2.17 which fixes the issus #4913 and #41214.
  • DailyExRollingFileAppender extends DailyRollingFileAppender, support maxBackupIndex and fileCompress. (e.g.):
log4j.appender.infoAppender.maxBackupIndex=7
log4j.appender.infoAppender.fileCompress=true

Maven

<dependency>
  <groupId>org.darkphoenixs</groupId>
  <artifactId>log4j</artifactId>
  <version>1.3.5</version>
</dependency>

About

Patched version of Apache log4j 1.2.17

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 92.9%
  • Roff 5.2%
  • HTML 0.8%
  • C++ 0.4%
  • Batchfile 0.3%
  • CSS 0.2%
  • Other 0.2%