FileOutputStream fo =
new FileOutputStream( freshServerLogFileName );
fo.close( );
}
openFile( createFileName( ) );
LogFilter.setLogFile( new LogFile( absoluteFileName) );
// This will ensure that the log rotation timer
// will be restarted if there is a value set
// for time based log rotation
LogRotationTimer.getInstance( ).restartTimer( );