Exemplo n.º 1
0
 public static void Warn(string format, params Object[] args)
 {
     if (enable)
     {
         ConsoleU.Warn(format, args);
     }
 }
Exemplo n.º 2
0
 public static void Warn(object msg)
 {
     if (enable)
     {
         ConsoleU.Warn(msg);
     }
 }