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