changed default logging method

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40297
This commit is contained in:
David Anderson 2007-01-15 22:08:43 +00:00
parent 9f2c0e370e
commit d74e35f1d5

View File

@ -6,7 +6,7 @@ CLogger g_Logger;
void CLogger::OnSourceModStartup(bool late)
{
//:TODO: read these options from a file, dont hardcode them
InitLogger(LoggingMode_PerMap, true);
InitLogger(LoggingMode_Daily, true);
}
void CLogger::OnSourceModAllShutdown()