Esempio n. 1
0
 public static void D(string msg, params object[] args)
 {
     LSystem.Debug(msg, args);
 }
Esempio n. 2
0
 public static void D(string msg, System.Exception throwable)
 {
     LSystem.Debug(msg, throwable);
 }
Esempio n. 3
0
 public static void D(string msg)
 {
     LSystem.Debug(msg);
 }