Searched defs:warn (Results 101 - 103 of 103) sorted by last modified time

12345

/external/apache-http/src/org/apache/commons/logging/impl/
H A DJdk14Logger.java255 * Is warn logging currently enabled?
289 * @see org.apache.commons.logging.Log#warn(Object)
291 public void warn(Object message) { method in class:Jdk14Logger
301 * @see org.apache.commons.logging.Log#warn(Object, Throwable)
303 public void warn(Object message, Throwable exception) { method in class:Jdk14Logger
H A DNoOpLog.java57 public void warn(Object message) { } method in class:NoOpLog
59 public void warn(Object message, Throwable t) { } method in class:NoOpLog
H A DSimpleLog.java41 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
45 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
234 } else if("warn".equalsIgnoreCase(lvl)) {
465 * @see org.apache.commons.logging.Log#warn(Object)
467 public final void warn(Object message) { method in class:SimpleLog
481 * @see org.apache.commons.logging.Log#warn(Object, Throwable)
483 public final void warn(Object message, Throwable t) { method in class:SimpleLog
619 * <p> Are warn messages currently enabled? </p>

Completed in 120 milliseconds

12345