Posted By:
Tim_Moore
Posted On:
Thursday, March 4, 2004 05:34 AM
Just in case anyone needs to know ...
Using a FileAppender and doing the following in your code seems to work.
FileAppender appender = (FileAppender)log.getAppender("myLogFile");
appender.activateOptions();