public interface ILogSupport
Modifier and Type | Interface and Description |
---|---|
static class |
ILogSupport.Util |
Modifier and Type | Method and Description |
---|---|
void |
debug(String message) |
void |
fatal(String message) |
void |
fatal(Throwable t) |
boolean |
hasDebugPriority() |
void |
info(String message) |
void |
warn(String message) |
void |
warn(String message,
Throwable t) |
void |
warn(Throwable t) |