示例#1
0
 static LogControl()
 {
     _instance = new LogControl();
 }
示例#2
0
 /// <summary>
 /// 等待日志完成
 /// </summary>
 public static void WaitLogFlush()
 {
     LogControl.WaitLogFlush();
 }