public class JettyLogger extends Object implements org.eclipse.jetty.util.log.Logger
| Constructor and Description |
|---|
JettyLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg,
Object... args) |
void |
debug(String msg,
Throwable th) |
void |
debug(Throwable thrown) |
org.eclipse.jetty.util.log.Logger |
getLogger(String arg) |
String |
getName() |
void |
ignore(Throwable ignored) |
void |
info(String msg,
Object... args) |
void |
info(String msg,
Throwable thrown) |
void |
info(Throwable thrown) |
boolean |
isDebugEnabled() |
void |
setDebugEnabled(boolean enabled) |
void |
warn(String msg,
Object... args) |
void |
warn(String msg,
Throwable th) |
void |
warn(Throwable thrown) |
public void debug(String msg, Throwable th)
debug in interface org.eclipse.jetty.util.log.Loggerpublic org.eclipse.jetty.util.log.Logger getLogger(String arg)
getLogger in interface org.eclipse.jetty.util.log.Loggerpublic boolean isDebugEnabled()
isDebugEnabled in interface org.eclipse.jetty.util.log.Loggerpublic void warn(String msg, Throwable th)
warn in interface org.eclipse.jetty.util.log.Loggerpublic void debug(Throwable thrown)
debug in interface org.eclipse.jetty.util.log.Loggerpublic void debug(String msg, Object... args)
debug in interface org.eclipse.jetty.util.log.Loggerpublic String getName()
getName in interface org.eclipse.jetty.util.log.Loggerpublic void ignore(Throwable ignored)
ignore in interface org.eclipse.jetty.util.log.Loggerpublic void info(Throwable thrown)
info in interface org.eclipse.jetty.util.log.Loggerpublic void info(String msg, Object... args)
info in interface org.eclipse.jetty.util.log.Loggerpublic void info(String msg, Throwable thrown)
info in interface org.eclipse.jetty.util.log.Loggerpublic void setDebugEnabled(boolean enabled)
setDebugEnabled in interface org.eclipse.jetty.util.log.Loggerpublic void warn(Throwable thrown)
warn in interface org.eclipse.jetty.util.log.LoggerCopyright © 2014. All rights reserved.