public final class EmptyLogger
extends java.lang.Object
implements org.eclipse.jetty.util.log.Logger
| Constructor and Description |
|---|
EmptyLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(java.lang.String msg,
long value) |
void |
debug(java.lang.String s,
java.lang.Object... objects) |
void |
debug(java.lang.String s,
java.lang.Throwable throwable) |
void |
debug(java.lang.Throwable throwable) |
org.eclipse.jetty.util.log.Logger |
getLogger(java.lang.String s) |
java.lang.String |
getName() |
void |
ignore(java.lang.Throwable throwable) |
void |
info(java.lang.String s,
java.lang.Object... objects) |
void |
info(java.lang.String s,
java.lang.Throwable throwable) |
void |
info(java.lang.Throwable throwable) |
boolean |
isDebugEnabled() |
void |
setDebugEnabled(boolean b) |
void |
warn(java.lang.String s,
java.lang.Object... objects) |
void |
warn(java.lang.String s,
java.lang.Throwable throwable) |
void |
warn(java.lang.Throwable throwable) |
public java.lang.String getName()
getName in interface org.eclipse.jetty.util.log.Loggerpublic void warn(java.lang.String s,
java.lang.Object... objects)
warn in interface org.eclipse.jetty.util.log.Loggerpublic void warn(java.lang.Throwable throwable)
warn in interface org.eclipse.jetty.util.log.Loggerpublic void warn(java.lang.String s,
java.lang.Throwable throwable)
warn in interface org.eclipse.jetty.util.log.Loggerpublic void info(java.lang.String s,
java.lang.Object... objects)
info in interface org.eclipse.jetty.util.log.Loggerpublic void info(java.lang.Throwable throwable)
info in interface org.eclipse.jetty.util.log.Loggerpublic void info(java.lang.String s,
java.lang.Throwable throwable)
info in interface org.eclipse.jetty.util.log.Loggerpublic boolean isDebugEnabled()
isDebugEnabled in interface org.eclipse.jetty.util.log.Loggerpublic void setDebugEnabled(boolean b)
setDebugEnabled in interface org.eclipse.jetty.util.log.Loggerpublic void debug(java.lang.String s,
java.lang.Object... objects)
debug in interface org.eclipse.jetty.util.log.Loggerpublic void debug(java.lang.String msg,
long value)
debug in interface org.eclipse.jetty.util.log.Loggerpublic void debug(java.lang.Throwable throwable)
debug in interface org.eclipse.jetty.util.log.Loggerpublic void debug(java.lang.String s,
java.lang.Throwable throwable)
debug in interface org.eclipse.jetty.util.log.Loggerpublic org.eclipse.jetty.util.log.Logger getLogger(java.lang.String s)
getLogger in interface org.eclipse.jetty.util.log.Loggerpublic void ignore(java.lang.Throwable throwable)
ignore in interface org.eclipse.jetty.util.log.Logger