Esempio n. 1
0
 public static void Log(byte[] txt, int length, int type)
 {
     if (!DebugEnabled)
     {
         return;
     }
     buffer.add(null, txt, length, type);
 }