changed default logging method
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40297
This commit is contained in:
parent
9f2c0e370e
commit
d74e35f1d5
@ -6,7 +6,7 @@ CLogger g_Logger;
|
|||||||
void CLogger::OnSourceModStartup(bool late)
|
void CLogger::OnSourceModStartup(bool late)
|
||||||
{
|
{
|
||||||
//:TODO: read these options from a file, dont hardcode them
|
//:TODO: read these options from a file, dont hardcode them
|
||||||
InitLogger(LoggingMode_PerMap, true);
|
InitLogger(LoggingMode_Daily, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CLogger::OnSourceModAllShutdown()
|
void CLogger::OnSourceModAllShutdown()
|
||||||
|
Loading…
Reference in New Issue
Block a user