| Constructor and Description |
|---|
SimpleLog() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createPrefix(LogLevel info) |
protected void |
doLog(LogLevel level,
String fmt,
Object... args) |
protected boolean |
exceeds(LogLevel info) |
LogLevel |
getLevel() |
void |
log(String fmt,
Object... args) |
void |
logDebug(String fmt,
Object... args) |
void |
logError(String fmt,
Object... args) |
void |
logException(LogLevel targetLevel,
String message,
Throwable ex) |
void |
setLevel(LogLevel level) |
Copyright © 2020. All rights reserved.