public final class JettyLogger extends Object implements org.eclipse.jetty.util.log.Logger
Copyright © Enremmeta LLC 2015. All Rights Reserved.
Modifier and Type | Field and Description |
---|---|
private org.apache.logging.log4j.Logger |
delegate |
Constructor and Description |
---|
JettyLogger() |
Modifier and Type | Method and Description |
---|---|
void |
debug(String msg,
long value) |
void |
debug(String msg,
Object... args) |
void |
debug(String msg,
Throwable thrown) |
void |
debug(Throwable thrown) |
org.eclipse.jetty.util.log.Logger |
getLogger(String name) |
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 thrown) |
void |
warn(Throwable thrown) |
public String getName()
getName
in interface org.eclipse.jetty.util.log.Logger
public void warn(String msg, Object... args)
warn
in interface org.eclipse.jetty.util.log.Logger
public void warn(Throwable thrown)
warn
in interface org.eclipse.jetty.util.log.Logger
public void warn(String msg, Throwable thrown)
warn
in interface org.eclipse.jetty.util.log.Logger
public void info(String msg, Object... args)
info
in interface org.eclipse.jetty.util.log.Logger
public void info(Throwable thrown)
info
in interface org.eclipse.jetty.util.log.Logger
public void info(String msg, Throwable thrown)
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 enabled)
setDebugEnabled
in interface org.eclipse.jetty.util.log.Logger
public void debug(String msg, Object... args)
debug
in interface org.eclipse.jetty.util.log.Logger
public void debug(String msg, long value)
debug
in interface org.eclipse.jetty.util.log.Logger
public void debug(Throwable thrown)
debug
in interface org.eclipse.jetty.util.log.Logger
public void debug(String msg, Throwable thrown)
debug
in interface org.eclipse.jetty.util.log.Logger
public org.eclipse.jetty.util.log.Logger getLogger(String name)
getLogger
in interface org.eclipse.jetty.util.log.Logger
public void ignore(Throwable ignored)
ignore
in interface org.eclipse.jetty.util.log.Logger