Example #1
0
 // 应用启动,清理框架先写入的日志,可以让框架先写入的日志不再输出
 static void Main(string[] args)
 {
     SDK.CleanSdkLog();
     Log.Info("Foo");
 }