|
Is there a way to rotate log files and specify a logfile format?
For example, I would like to create log files with the base name of MyCode.log which rotate
when they exceed 3 meg in size and the name of the file would have the format of MyCode.YYYYmmdd.log_number.log (ex. MyCode.20060215.1.log, MyCode.20060215.2.log, ...)
|