Ejemplo n.º 1
0
 /** @return the debug display log, and clear it. */
 public String eatLog() {
   String sReturn = sbDebug.toString();
   sbDebug.setLength(0);
   return sReturn;
 }