qos-ch / reload4j

reload4j is a drop-in replacement for log4j 1.2.17
Apache License 2.0
148 stars 22 forks source link

Add classes from apache-log4j-extras especially rolling.RollingFileAppender #66

Open atagunov opened 1 year ago

atagunov commented 1 year ago

org.apache.log4j.rolling.RollingFileAppender is well known as a better alternative to org.apache.log4j.RollingFileAppender yet the only way to obtain it is via log4j:apache-log4j-extras:1.2.17 - which also includes all of log4j:1.2.17

could reload4j include classes from extras jar as well?

P.S. Ceki, massive thanks for your all your work over the years

andyrozman commented 5 months ago

Also from same package if you could add org.apache.log4j.rolling.TimeBasedRollingPolicy?