public interface LoggerAdapter
Modifier and Type | Method and Description |
---|---|
default void |
debug(String msg) |
void |
error(String msg) |
void |
info(String msg) |
void |
printError(String message,
Exception e) |
void |
warn(String msg) |