Example #1
0
void LogInit()
{
	const std::string LogFile(s_strLogPath + "/dev9null.log");
	setLoggingState();
	Dev9Log.Open(LogFile);
}