public final class LoggerAdapterImpl extends org.slf4j.helpers.MarkerIgnoringBase implements org.slf4j.spi.LocationAwareLogger
Constructor and Description |
---|
LoggerAdapterImpl(Log logger,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
debug(String msg) |
void |
debug(String format,
Object arg) |
void |
debug(String format,
Object[] args) |
void |
debug(String format,
Object arg1,
Object arg2) |
void |
debug(String msg,
Throwable t) |
void |
error(String msg) |
void |
error(String format,
Object arg) |
void |
error(String format,
Object[] args) |
void |
error(String format,
Object arg1,
Object arg2) |
void |
error(String msg,
Throwable t) |
String |
getName() |
void |
info(String msg) |
void |
info(String format,
Object arg) |
void |
info(String format,
Object[] args) |
void |
info(String format,
Object arg1,
Object arg2) |
void |
info(String msg,
Throwable t) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
log(org.slf4j.Marker arg0,
String arg1,
int arg2,
String arg3,
Object[] arg4,
Throwable arg5) |
void |
log(org.slf4j.Marker marker,
String arg1,
int arg2,
String arg3,
Throwable arg4) |
void |
trace(String msg) |
void |
trace(String format,
Object arg) |
void |
trace(String format,
Object[] args) |
void |
trace(String format,
Object arg1,
Object arg2) |
void |
trace(String msg,
Throwable t) |
void |
warn(String msg) |
void |
warn(String format,
Object arg) |
void |
warn(String format,
Object[] args) |
void |
warn(String format,
Object arg1,
Object arg2) |
void |
warn(String msg,
Throwable t) |
debug, debug, debug, debug, debug, error, error, error, error, error, info, info, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, toString, trace, trace, trace, trace, trace, warn, warn, warn, warn, warn
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
debug, debug, debug, debug, debug, error, error, error, error, error, getName, info, info, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, trace, trace, trace, trace, trace, warn, warn, warn, warn, warn
public LoggerAdapterImpl(Log logger, String name)
public void debug(String format, Object arg)
debug
in interface org.slf4j.Logger
public void error(String format, Object arg)
error
in interface org.slf4j.Logger
public void trace(String format, Object arg)
trace
in interface org.slf4j.Logger
public void debug(String format, Object arg1, Object arg2)
debug
in interface org.slf4j.Logger
public void error(String format, Object arg1, Object arg2)
error
in interface org.slf4j.Logger
public void info(String format, Object arg1, Object arg2)
info
in interface org.slf4j.Logger
public void trace(String format, Object arg1, Object arg2)
trace
in interface org.slf4j.Logger
public void warn(String format, Object arg1, Object arg2)
warn
in interface org.slf4j.Logger
public void debug(String format, Object[] args)
debug
in interface org.slf4j.Logger
public void error(String format, Object[] args)
error
in interface org.slf4j.Logger
public void info(String format, Object[] args)
info
in interface org.slf4j.Logger
public void trace(String format, Object[] args)
trace
in interface org.slf4j.Logger
public void warn(String format, Object[] args)
warn
in interface org.slf4j.Logger
public boolean isDebugEnabled()
isDebugEnabled
in interface org.slf4j.Logger
public boolean isErrorEnabled()
isErrorEnabled
in interface org.slf4j.Logger
public boolean isInfoEnabled()
isInfoEnabled
in interface org.slf4j.Logger
public boolean isTraceEnabled()
isTraceEnabled
in interface org.slf4j.Logger
public boolean isWarnEnabled()
isWarnEnabled
in interface org.slf4j.Logger
public void log(org.slf4j.Marker arg0, String arg1, int arg2, String arg3, Object[] arg4, Throwable arg5)
log
in interface org.slf4j.spi.LocationAwareLogger
Copyright © 2015 Lucee