All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
debug(LogLevel logLevelEnum,
String msg,
Object... args) |
void |
debugConfig(String msg,
Object... args) |
void |
debugEndpoint(String msg,
Object... args) |
void |
debugRequest(String msg,
Object... args) |
void |
debugRequestBody(String msg,
Object... args) |
void |
debugRequestID(String msg,
Object... args) |
void |
debugResponse(String msg,
Object... args) |
void |
debugResponseBody(String msg,
Object... args) |
void |
debugRetry(String msg,
Object... args) |
void |
debugSign(String msg,
Object... args) |
void |
error(Supplier<String> msg,
Throwable t) |
long |
getLogLevel() |
boolean |
isDebugEnabled() |
boolean |
matches(LogLevel logLevelEnum) |
void |
setLogLevel(long logLevel) |