Is there a file appender that uses a FIFO type of record-rolling? What I don't 
like about the RollingFileAppender is that it's not a FIFO per log entry. When 
all the log files are full, RollingFileAppender erases the entire contents of 
the oldest file instead of removing 1 message at a time as needed.  Any ideas?
Thanks,

Quinn

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to