예제 #1
0
 /**
  * Log at debug level
  *
  * @param msg message to log
  */
 public void debug(String msg) {
   logHandler.debug(msg);
   if (debugStore != null) {
     debugStore.log(msg);
   }
 }