コード例 #1
0
ファイル: Log.cs プロジェクト: zx8326123/LGame
 public static void Exception(object o)
 {
     Log.DebugWrite(((System.Exception)o).StackTrace);
 }