public interface ILogger extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
debug(Class CLASS,
String message) |
void |
debug(Class CLASS,
String message,
Throwable throwable) |
void |
error(Class CLASS,
String message) |
void |
error(Class CLASS,
String message,
Throwable throwable) |
void |
fatal(Class CLASS,
String message) |
void |
fatal(Class CLASS,
String message,
Throwable throwable) |
void |
info(Class CLASS,
String message) |
void |
info(Class CLASS,
String message,
Throwable throwable) |
void |
initialize() |
void |
trace(Class CLASS,
String message) |
void |
trace(Class CLASS,
String message,
Throwable throwable) |
void |
warn(Class CLASS,
String message) |
void |
warn(Class CLASS,
String message,
Throwable throwable) |
static final String UNCHECKED
Copyright © 2012. All Rights Reserved.