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 s,
long l) |
void |
debug(String s,
Object... objects) |
void |
debug(String s,
Throwable throwable) |
void |
debug(Throwable throwable) |
org.eclipse.jetty.util.log.Logger |
getLogger(String s) |
String |
getName() |
void |
ignore(Throwable throwable) |
void |
info(String s,
Object... objects) |
void |
info(String s,
Throwable throwable) |
void |
info(Throwable throwable) |
boolean |
isDebugEnabled() |
void |
setDebugEnabled(boolean arg0) |
void |
warn(String s,
Object... objects) |
void |
warn(String s,
Throwable throwable) |
void |
warn(Throwable throwable) |
public String getName()
getName in interface org.eclipse.jetty.util.log.Loggerpublic void warn(String s, Object... objects)
warn in interface org.eclipse.jetty.util.log.Loggerpublic void warn(Throwable throwable)
warn in interface org.eclipse.jetty.util.log.Loggerpublic void warn(String s, Throwable throwable)
warn in interface org.eclipse.jetty.util.log.Loggerpublic void info(String s, Object... objects)
info in interface org.eclipse.jetty.util.log.Loggerpublic void info(Throwable throwable)
info in interface org.eclipse.jetty.util.log.Loggerpublic void info(String s, 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 arg0)
setDebugEnabled in interface org.eclipse.jetty.util.log.Loggerpublic void debug(String s, Object... objects)
debug in interface org.eclipse.jetty.util.log.Loggerpublic void debug(String s, long l)
debug in interface org.eclipse.jetty.util.log.Loggerpublic void debug(Throwable throwable)
debug in interface org.eclipse.jetty.util.log.Loggerpublic void debug(String s, Throwable throwable)
debug in interface org.eclipse.jetty.util.log.Loggerpublic org.eclipse.jetty.util.log.Logger getLogger(String s)
getLogger in interface org.eclipse.jetty.util.log.Loggerpublic void ignore(Throwable throwable)
ignore in interface org.eclipse.jetty.util.log.LoggerCopyright © 2019. All rights reserved.