예제 #1
0
 public static void WriteLog(string msg)
 {
     lock (_lock)
     {
         LogMessager.Write(msg, LogMessager.LogMessageType.Info);
     }
 }
예제 #2
0
 public static void SetLogPath(string path)
 {
     LogPath = path;
     LogMessager.ChangeRollingFilePath(path);
 }