public interface Log
| Modifier and Type | Method and Description |
|---|---|
LogLevel |
getLevel() |
void |
log(String fmt,
Object... args) |
void |
logDebug(String fmt,
Object... args) |
void |
logError(String fmt,
Object... args) |
void |
logException(LogLevel level,
String message,
Throwable ex) |
void |
setLevel(LogLevel level) |
Copyright © 2020. All rights reserved.