示例#1
0
 static LoggingManager()
 {
     CoreLogger = new FSCoreLogger(new System.IO.FileInfo("test_log.log"));
     CoreLogger.Initialize();
 }