Example #1
0
 public static void dprintln(String fmt) {
   DPrintf(_debugContext + fmt + "\n", null);
 }
Example #2
0
 public static void DPrintf(String fmt) {
   _debugContext = debugContext;
   DPrintf(fmt, null);
   _debugContext = "";
 }