Home | History | Annotate | Download | only in impl

Lines Matching refs:warn

41  *     Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
45 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
114 /** "Warn" level logging. */
229 } else if("warn".equalsIgnoreCase(lvl)) {
292 case SimpleLog.LOG_LEVEL_WARN: buf.append("[WARN] "); break;
460 * @see org.apache.commons.logging.Log#warn(Object)
462 public final void warn(Object message) {
476 * @see org.apache.commons.logging.Log#warn(Object, Throwable)
478 public final void warn(Object message, Throwable t) {
614 * <p> Are warn messages currently enabled? </p>