Constructor and Description |
---|
CommonsLoggingLogWrapper(org.apache.commons.logging.Log log) |
Modifier and Type | Method and Description |
---|---|
void |
debug(String msg) |
void |
debug(String msg,
Object... args) |
void |
debugException(String msg,
Throwable e) |
void |
error(String message,
Object... args) |
void |
errorException(String msg,
Throwable e) |
void |
fatalException(String message,
Throwable e) |
void |
info(String msg) |
void |
info(String msg,
Object... args) |
void |
infoException(String msg,
Throwable e) |
boolean |
isDebugEnabled() |
boolean |
isWarnEnabled() |
void |
log(LogLevel logLevel,
String msg) |
void |
log(LogLevel logLevel,
String msg,
Exception e) |
void |
warn(String msg) |
void |
warn(String msg,
Object... args) |
void |
warnException(String msg,
Throwable e) |
public CommonsLoggingLogWrapper(org.apache.commons.logging.Log log)
public boolean isDebugEnabled()
isDebugEnabled
in interface ILog
public boolean isWarnEnabled()
isWarnEnabled
in interface ILog
public void debugException(String msg, Throwable e)
debugException
in interface ILog
public void errorException(String msg, Throwable e)
errorException
in interface ILog
public void fatalException(String message, Throwable e)
fatalException
in interface ILog
public void infoException(String msg, Throwable e)
infoException
in interface ILog
public void warnException(String msg, Throwable e)
warnException
in interface ILog
Copyright © 2016. All Rights Reserved.