public class LogCompat extends Object implements org.apache.commons.logging.Log
| Constructor and Description |
|---|
LogCompat(org.apache.commons.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(Object arg0) |
void |
debug(Object arg0,
Throwable arg1) |
void |
debugFormat(String formatString,
Object... args) |
void |
error(Object arg0) |
void |
error(Object arg0,
Throwable arg1) |
void |
errorFormat(String formatString,
Object... args) |
Throwable |
extractException(Object... args) |
void |
fatal(Object arg0) |
void |
fatal(Object arg0,
Throwable arg1) |
void |
fatalFormat(String formatString,
Object... args) |
void |
info(Object arg0) |
void |
info(Object arg0,
Throwable arg1) |
void |
infoFormat(String formatString,
Object... args) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
trace(Object arg0) |
void |
trace(Object arg0,
Throwable arg1) |
void |
traceFormat(String formatString,
Object... args) |
String |
transform(String formatString,
Object... args) |
void |
warn(Object arg0) |
void |
warn(Object arg0,
Throwable arg1) |
void |
warnFormat(String formatString,
Object... args) |
public void debug(Object arg0)
debug in interface org.apache.commons.logging.Logpublic void debug(Object arg0, Throwable arg1)
debug in interface org.apache.commons.logging.Logpublic void error(Object arg0)
error in interface org.apache.commons.logging.Logpublic void error(Object arg0, Throwable arg1)
error in interface org.apache.commons.logging.Logpublic void fatal(Object arg0)
fatal in interface org.apache.commons.logging.Logpublic void fatal(Object arg0, Throwable arg1)
fatal in interface org.apache.commons.logging.Logpublic void info(Object arg0)
info in interface org.apache.commons.logging.Logpublic void info(Object arg0, Throwable arg1)
info in interface org.apache.commons.logging.Logpublic boolean isDebugEnabled()
isDebugEnabled in interface org.apache.commons.logging.Logpublic boolean isErrorEnabled()
isErrorEnabled in interface org.apache.commons.logging.Logpublic boolean isFatalEnabled()
isFatalEnabled in interface org.apache.commons.logging.Logpublic boolean isInfoEnabled()
isInfoEnabled in interface org.apache.commons.logging.Logpublic boolean isTraceEnabled()
isTraceEnabled in interface org.apache.commons.logging.Logpublic boolean isWarnEnabled()
isWarnEnabled in interface org.apache.commons.logging.Logpublic void trace(Object arg0)
trace in interface org.apache.commons.logging.Logpublic void trace(Object arg0, Throwable arg1)
trace in interface org.apache.commons.logging.Logpublic void warn(Object arg0)
warn in interface org.apache.commons.logging.Logpublic void warn(Object arg0, Throwable arg1)
warn in interface org.apache.commons.logging.LogCopyright © 2012. All Rights Reserved.