Constructor and Description |
---|
IdentAwareLogger(org.slf4j.Logger logger) |
Modifier and Type | Method and Description |
---|---|
void |
debug(org.slf4j.Marker s,
String o) |
void |
debug(org.slf4j.Marker s,
String o,
Object... oo) |
void |
debug(org.slf4j.Marker s,
String o,
Object oo) |
void |
debug(org.slf4j.Marker s,
String o,
Object a,
Object oo) |
void |
debug(org.slf4j.Marker s,
String o,
Throwable oo) |
void |
debug(String s) |
void |
debug(String s,
Object... o) |
void |
debug(String s,
Object o) |
void |
debug(String s,
Object o,
Object oo) |
void |
debug(String s,
Throwable o) |
void |
error(org.slf4j.Marker s,
String o) |
void |
error(org.slf4j.Marker s,
String o,
Object... oo) |
void |
error(org.slf4j.Marker s,
String o,
Object oo) |
void |
error(org.slf4j.Marker s,
String o,
Object a,
Object oo) |
void |
error(org.slf4j.Marker s,
String o,
Throwable oo) |
void |
error(String s) |
void |
error(String s,
Object... o) |
void |
error(String s,
Object o) |
void |
error(String s,
Object o,
Object oo) |
void |
error(String s,
Throwable o) |
String |
getName() |
void |
info(org.slf4j.Marker s,
String o) |
void |
info(org.slf4j.Marker s,
String o,
Object... oo) |
void |
info(org.slf4j.Marker s,
String o,
Object oo) |
void |
info(org.slf4j.Marker s,
String o,
Object a,
Object oo) |
void |
info(org.slf4j.Marker s,
String o,
Throwable oo) |
void |
info(String s) |
void |
info(String s,
Object... o) |
void |
info(String s,
Object o) |
void |
info(String s,
Object o,
Object oo) |
void |
info(String s,
Throwable o) |
boolean |
isDebugEnabled() |
boolean |
isDebugEnabled(org.slf4j.Marker arg0) |
boolean |
isErrorEnabled() |
boolean |
isErrorEnabled(org.slf4j.Marker arg0) |
boolean |
isInfoEnabled() |
boolean |
isInfoEnabled(org.slf4j.Marker arg0) |
boolean |
isTraceEnabled() |
boolean |
isTraceEnabled(org.slf4j.Marker arg0) |
boolean |
isWarnEnabled() |
boolean |
isWarnEnabled(org.slf4j.Marker arg0) |
void |
trace(org.slf4j.Marker s,
String o) |
void |
trace(org.slf4j.Marker s,
String o,
Object... oo) |
void |
trace(org.slf4j.Marker s,
String o,
Object oo) |
void |
trace(org.slf4j.Marker s,
String o,
Object a,
Object oo) |
void |
trace(org.slf4j.Marker s,
String o,
Throwable oo) |
void |
trace(String s) |
void |
trace(String s,
Object... o) |
void |
trace(String s,
Object o) |
void |
trace(String s,
Object o,
Object oo) |
void |
trace(String s,
Throwable o) |
void |
warn(org.slf4j.Marker s,
String o) |
void |
warn(org.slf4j.Marker s,
String o,
Object... oo) |
void |
warn(org.slf4j.Marker s,
String o,
Object oo) |
void |
warn(org.slf4j.Marker s,
String o,
Object a,
Object oo) |
void |
warn(org.slf4j.Marker s,
String o,
Throwable oo) |
void |
warn(String s) |
void |
warn(String s,
Object... o) |
void |
warn(String s,
Object o) |
void |
warn(String s,
Object o,
Object oo) |
void |
warn(String s,
Throwable o) |
public void debug(String s)
debug
in interface org.slf4j.Logger
public void debug(org.slf4j.Marker s, String o)
debug
in interface org.slf4j.Logger
public void debug(String s, Object o, Object oo)
debug
in interface org.slf4j.Logger
public void debug(org.slf4j.Marker s, String o, Object oo)
debug
in interface org.slf4j.Logger
public void debug(org.slf4j.Marker s, String o, Object... oo)
debug
in interface org.slf4j.Logger
public void debug(org.slf4j.Marker s, String o, Throwable oo)
debug
in interface org.slf4j.Logger
public void debug(org.slf4j.Marker s, String o, Object a, Object oo)
debug
in interface org.slf4j.Logger
public void error(String s)
error
in interface org.slf4j.Logger
public void error(org.slf4j.Marker s, String o)
error
in interface org.slf4j.Logger
public void error(String s, Object o, Object oo)
error
in interface org.slf4j.Logger
public void error(org.slf4j.Marker s, String o, Object oo)
error
in interface org.slf4j.Logger
public void error(org.slf4j.Marker s, String o, Object... oo)
error
in interface org.slf4j.Logger
public void error(org.slf4j.Marker s, String o, Throwable oo)
error
in interface org.slf4j.Logger
public void error(org.slf4j.Marker s, String o, Object a, Object oo)
error
in interface org.slf4j.Logger
public String getName()
getName
in interface org.slf4j.Logger
public void info(String s)
info
in interface org.slf4j.Logger
public void info(org.slf4j.Marker s, String o)
info
in interface org.slf4j.Logger
public void info(String s, Object o, Object oo)
info
in interface org.slf4j.Logger
public void info(org.slf4j.Marker s, String o, Object oo)
info
in interface org.slf4j.Logger
public void info(org.slf4j.Marker s, String o, Object... oo)
info
in interface org.slf4j.Logger
public void info(org.slf4j.Marker s, String o, Throwable oo)
info
in interface org.slf4j.Logger
public void info(org.slf4j.Marker s, String o, Object a, Object oo)
info
in interface org.slf4j.Logger
public boolean isDebugEnabled()
isDebugEnabled
in interface org.slf4j.Logger
public boolean isDebugEnabled(org.slf4j.Marker arg0)
isDebugEnabled
in interface org.slf4j.Logger
public boolean isErrorEnabled()
isErrorEnabled
in interface org.slf4j.Logger
public boolean isErrorEnabled(org.slf4j.Marker arg0)
isErrorEnabled
in interface org.slf4j.Logger
public boolean isInfoEnabled()
isInfoEnabled
in interface org.slf4j.Logger
public boolean isInfoEnabled(org.slf4j.Marker arg0)
isInfoEnabled
in interface org.slf4j.Logger
public boolean isTraceEnabled()
isTraceEnabled
in interface org.slf4j.Logger
public boolean isTraceEnabled(org.slf4j.Marker arg0)
isTraceEnabled
in interface org.slf4j.Logger
public boolean isWarnEnabled()
isWarnEnabled
in interface org.slf4j.Logger
public boolean isWarnEnabled(org.slf4j.Marker arg0)
isWarnEnabled
in interface org.slf4j.Logger
public void trace(String s)
trace
in interface org.slf4j.Logger
public void trace(org.slf4j.Marker s, String o)
trace
in interface org.slf4j.Logger
public void trace(String s, Object o, Object oo)
trace
in interface org.slf4j.Logger
public void trace(org.slf4j.Marker s, String o, Object oo)
trace
in interface org.slf4j.Logger
public void trace(org.slf4j.Marker s, String o, Object... oo)
trace
in interface org.slf4j.Logger
public void trace(org.slf4j.Marker s, String o, Throwable oo)
trace
in interface org.slf4j.Logger
public void trace(org.slf4j.Marker s, String o, Object a, Object oo)
trace
in interface org.slf4j.Logger
public void warn(String s)
warn
in interface org.slf4j.Logger
public void warn(org.slf4j.Marker s, String o)
warn
in interface org.slf4j.Logger
public void warn(String s, Object o, Object oo)
warn
in interface org.slf4j.Logger
public void warn(org.slf4j.Marker s, String o, Object oo)
warn
in interface org.slf4j.Logger
public void warn(org.slf4j.Marker s, String o, Object... oo)
warn
in interface org.slf4j.Logger
public void warn(org.slf4j.Marker s, String o, Throwable oo)
warn
in interface org.slf4j.Logger
Copyright © 2013–2015 Yilativs. All rights reserved.