public interface ILog
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 exception) |
void |
warn(String msg) |
void |
warn(String msg,
Object... args) |
void |
warnException(String msg,
Throwable e) |
Copyright © 2016. All Rights Reserved.