public class Slf4jLoggerAdapter
extends org.slf4j.helpers.MarkerIgnoringBase
| Constructor and Description |
|---|
Slf4jLoggerAdapter(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String s) |
void |
debug(String s,
Object... objects) |
void |
debug(String s,
Object o) |
void |
debug(String s,
Object o1,
Object o2) |
void |
debug(String s,
Throwable throwable) |
void |
error(String s) |
void |
error(String s,
Object... objects) |
void |
error(String s,
Object o) |
void |
error(String s,
Object o1,
Object o2) |
void |
error(String s,
Throwable throwable) |
void |
info(String s) |
void |
info(String s,
Object... objects) |
void |
info(String s,
Object o) |
void |
info(String s,
Object o1,
Object o2) |
void |
info(String s,
Throwable throwable) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
protected Object |
readResolve() |
void |
trace(String s) |
void |
trace(String s,
Object... objects) |
void |
trace(String s,
Object o) |
void |
trace(String s,
Object o1,
Object o2) |
void |
trace(String s,
Throwable throwable) |
void |
warn(String s) |
void |
warn(String s,
Object... objects) |
void |
warn(String s,
Object o) |
void |
warn(String s,
Object o1,
Object o2) |
void |
warn(String s,
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
public Slf4jLoggerAdapter(String name)
public boolean isTraceEnabled()
public boolean isDebugEnabled()
public boolean isInfoEnabled()
public boolean isWarnEnabled()
public boolean isErrorEnabled()
public void trace(String s)
public void debug(String s)
public void info(String s)
public void warn(String s)
public void error(String s)
protected Object readResolve() throws ObjectStreamException
ObjectStreamExceptionCopyright © 2015–2016 Boleslav Bobcik - Auderis. All rights reserved.