コード例 #1
0
 public static void D(string msg, params object[] args)
 {
     LSystem.Debug(msg, args);
 }
コード例 #2
0
 public static void D(string msg, System.Exception throwable)
 {
     LSystem.Debug(msg, throwable);
 }
コード例 #3
0
 public static void D(string msg)
 {
     LSystem.Debug(msg);
 }