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