Posted By:
Rami_Abramson
Posted On:
Tuesday, December 10, 2002 05:36 AM
hello,
Using a RollingFileAppender in the configuration file, with a number of backup files, how can I customize the backup files names?
For example, if the base file name is "test.log", instead of recieving "test.log1", "test.log2", "test.log3" ...
receive "test1.log", "test2.log", "test3.log" ...
(This is comfortable in Windows to associate a file extension with an application.)
thank you,
Rami