Home | History | Annotate | Download | only in impl

Lines Matching defs:fatal

41  *     Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
45 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
123 /** "Fatal" level logging. */
238 } else if("fatal".equalsIgnoreCase(lvl)) {
299 case SimpleLog.LOG_LEVEL_FATAL: buf.append("[FATAL] "); break;
527 * @see org.apache.commons.logging.Log#fatal(Object)
529 public final void fatal(Object message) {
543 * @see org.apache.commons.logging.Log#fatal(Object, Throwable)
545 public final void fatal(Object message, Throwable t) {
580 * <p> Are fatal messages currently enabled? </p>