The RollingFileAppender framework in the extras companion
(http://logging.apache.org/log4j/companions/extras/index.html) would be a
better starting point. Much more designed for extensibility than
DailyRollingFileAppender but offers the same features when properly configured.
You should be ab
Hello,
Does anyone know if it's possible to "concatenate" two appenders? I have
setup a DRFA that rollovers at midnight, and I'd like it to send the file it
generates by mail to a certain mail address. I know I can modify the DRFA to
do that, but I wonder if such behaviour is already contemplat