Add a file for user warnings, userlog.txt. Until now, these types of warnings have either been cluttering info.txt or buried in log.txt where no sane user would want to look.

This commit is contained in:
Steve Checkoway
2006-09-03 05:14:18 +00:00
parent fe7a3e8127
commit c6eb78a3cf
3 changed files with 61 additions and 22 deletions
+1
View File
@@ -902,6 +902,7 @@ static void ApplyLogPreferences()
LOG->SetShowLogOutput( PREFSMAN->m_bShowLogOutput );
LOG->SetLogToDisk( PREFSMAN->m_bLogToDisk );
LOG->SetInfoToDisk( true );
LOG->SetUserLogToDisk( true );
LOG->SetFlushing( PREFSMAN->m_bForceLogFlush );
Checkpoints::LogCheckpoints( PREFSMAN->m_bLogCheckpoints );
}