Hi, Herewith I am submitting the enhanced code of DailyRollingFileAppender. The existing DailyRollingFileAppender logs all the information into one file and also it does not provide way to control the file size and backups.
The enhanced code added the following functionalities. 1. MaxBackupIndex would limit the number of log files. 2. MaxFileSize would limit the size of any specific log file. 3. When MaxFileSize is exceeded, you could segment the log files for the current period. Each segment would be limited to maxFileSize, but there could be one or more segments for each period. Please find the enhanced code attached along with this. I would be nice if you let me know the status after review. Thanks and Regards, S. Radha SIP Technologies and Exports Ltd. Chennai, India
Patch11907.jar
Description: application/java-archive
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]