public final class Logger extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
error(String message,
Throwable throwable) |
void |
error(Throwable throwable) |
static Logger |
getLogger(Class<?> cls) |
void |
info(String message) |
void |
info(Supplier<String> msgSupplier) |
void |
warn(String message) |
void |
warn(String message,
Throwable throwable) |
void |
warn(Throwable throwable) |
Copyright © 2019. All rights reserved.