Methods
Modifier and Type |
Method and Description |
static void |
debug(String format,
Object... args) |
static void |
debug(Throwable t,
String format,
Object... args) |
static void |
error(String format,
Object... arg) |
static void |
error(Throwable t,
String format,
Object... args) |
static ILogger |
get(Class<?> clazz) |
static void |
info(String format,
Object... arg) |
static void |
info(Throwable t,
String format,
Object... args) |
static boolean |
isDebugEnabled() |
static boolean |
isErrorEnabled() |
static boolean |
isInfoEnabled() |
static boolean |
isTraceEnabled() |
static boolean |
isWarnEnabled() |
static void |
registerLoggerFactory(ILoggerFactory fact) |
static void |
reset() |
static void |
trace(String format,
Object... args) |
static void |
trace(Throwable t,
String format,
Object... args) |
static void |
warn(String format,
Object... arg) |
static void |
warn(Throwable t,
String format,
Object... args) |