public class LogkitLoggerAdapter extends org.slf4j.helpers.MarkerIgnoringBase implements Serializable
| Constructor and Description |
|---|
LogkitLoggerAdapter()
Deprecated.
Only for use by JUnit
|
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg) |
void |
debug(String format,
Object... args) |
void |
debug(String format,
Object arg) |
void |
debug(String format,
Object arg1,
Object arg2) |
void |
debug(String msg,
Throwable throwable) |
void |
error(String message) |
void |
error(String format,
Object... args) |
void |
error(String format,
Object arg) |
void |
error(String format,
Object arg1,
Object arg2) |
void |
error(String message,
Throwable throwable) |
void |
info(String message) |
void |
info(String format,
Object... args) |
void |
info(String format,
Object arg1) |
void |
info(String format,
Object arg1,
Object arg2) |
void |
info(String message,
Throwable throwable) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
protected Object |
readResolve() |
void |
trace(String message) |
void |
trace(String format,
Object... args) |
void |
trace(String format,
Object arg) |
void |
trace(String format,
Object arg1,
Object arg2) |
void |
trace(String message,
Throwable throwable) |
void |
warn(String message) |
void |
warn(String format,
Object... args) |
void |
warn(String format,
Object arg) |
void |
warn(String format,
Object arg1,
Object arg2) |
void |
warn(String message,
Throwable throwable) |
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, warnprotected String name
@Deprecated public LogkitLoggerAdapter()
public void debug(String msg)
debug in interface org.slf4j.Loggerpublic void debug(String format, Object arg)
debug in interface org.slf4j.Loggerpublic void debug(String format, Object... args)
debug in interface org.slf4j.Loggerpublic void debug(String msg, Throwable throwable)
debug in interface org.slf4j.Loggerpublic void debug(String format, Object arg1, Object arg2)
debug in interface org.slf4j.Loggerpublic void error(String message)
error in interface org.slf4j.Loggerpublic void error(String format, Object arg)
error in interface org.slf4j.Loggerpublic void error(String format, Object... args)
error in interface org.slf4j.Loggerpublic void error(String message, Throwable throwable)
error in interface org.slf4j.Loggerpublic void error(String format, Object arg1, Object arg2)
error in interface org.slf4j.Loggerpublic void info(String message)
info in interface org.slf4j.Loggerpublic void info(String format, Object... args)
info in interface org.slf4j.Loggerpublic void info(String message, Throwable throwable)
info in interface org.slf4j.Loggerpublic void info(String format, Object arg1, Object arg2)
info in interface org.slf4j.Loggerpublic boolean isDebugEnabled()
isDebugEnabled in interface org.slf4j.Loggerpublic boolean isErrorEnabled()
isErrorEnabled in interface org.slf4j.Loggerpublic boolean isInfoEnabled()
isInfoEnabled in interface org.slf4j.Loggerpublic boolean isTraceEnabled()
isTraceEnabled in interface org.slf4j.Loggerpublic boolean isWarnEnabled()
isWarnEnabled in interface org.slf4j.Loggerpublic void warn(String message)
warn in interface org.slf4j.Loggerpublic void warn(String format, Object... args)
warn in interface org.slf4j.Loggerpublic void warn(String message, Throwable throwable)
warn in interface org.slf4j.Loggerpublic void warn(String format, Object arg1, Object arg2)
warn in interface org.slf4j.Loggerpublic void trace(String message)
trace in interface org.slf4j.Loggerpublic void trace(String format, Object arg)
trace in interface org.slf4j.Loggerpublic void trace(String format, Object... args)
trace in interface org.slf4j.Loggerpublic void trace(String message, Throwable throwable)
trace in interface org.slf4j.Loggerpublic void trace(String format, Object arg1, Object arg2)
trace in interface org.slf4j.Loggerprotected Object readResolve() throws ObjectStreamException
ObjectStreamExceptionCopyright © 1998-2016 Apache Software Foundation. All Rights Reserved.