Re: Concatenate DailyRollingFileAppender and SMTPAppender

2009-12-04 Thread Curt Arnold
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

Fwd: Concatenate DailyRollingFileAppender and SMTPAppender

2009-12-04 Thread JOSE L MARTINEZ-AVIAL
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