示例#1
0
文件: Log.cs 项目: zx8326123/LGame
 public static void Exception(object o)
 {
     Log.DebugWrite(((System.Exception)o).StackTrace);
 }