public interface Log
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg) |
void |
error(String msg) |
void |
error(String msg,
Throwable e) |
void |
info(String msg) |
boolean |
isDebugEnabled() |
void |
warn(String msg) |
Copyright © 2018. All Rights Reserved.