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.Log
public void debug(Object arg0, Throwable arg1)
debug
in interface org.apache.commons.logging.Log
public void error(Object arg0)
error
in interface org.apache.commons.logging.Log
public void error(Object arg0, Throwable arg1)
error
in interface org.apache.commons.logging.Log
public void fatal(Object arg0)
fatal
in interface org.apache.commons.logging.Log
public void fatal(Object arg0, Throwable arg1)
fatal
in interface org.apache.commons.logging.Log
public void info(Object arg0)
info
in interface org.apache.commons.logging.Log
public void info(Object arg0, Throwable arg1)
info
in interface org.apache.commons.logging.Log
public boolean isDebugEnabled()
isDebugEnabled
in interface org.apache.commons.logging.Log
public boolean isErrorEnabled()
isErrorEnabled
in interface org.apache.commons.logging.Log
public boolean isFatalEnabled()
isFatalEnabled
in interface org.apache.commons.logging.Log
public boolean isInfoEnabled()
isInfoEnabled
in interface org.apache.commons.logging.Log
public boolean isTraceEnabled()
isTraceEnabled
in interface org.apache.commons.logging.Log
public boolean isWarnEnabled()
isWarnEnabled
in interface org.apache.commons.logging.Log
public void trace(Object arg0)
trace
in interface org.apache.commons.logging.Log
public void trace(Object arg0, Throwable arg1)
trace
in interface org.apache.commons.logging.Log
public void warn(Object arg0)
warn
in interface org.apache.commons.logging.Log
public void warn(Object arg0, Throwable arg1)
warn
in interface org.apache.commons.logging.Log
Copyright © 2012. All Rights Reserved.