Exemple #1
0
 public boolean isDebugEnabled() {
   // Enable level also if it is set to throw an exception, so that
   // logging the message occurs, and then throws it.
   return isThrowingException(DEBUG_VALUE) || realLogger.isDebugEnabled();
 }