Logger.ErrorLogger, Logger.JavaLogger, Logger.Level, Logger.NoOpLogger| Constructor and Description |
|---|
ErrorLogger() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
log(String configKey,
String format,
Object... args)
Override to log requests and responses using your own implementation.
|
logAndRebufferResponse, logIOException, logRequest, logRetry, methodTagprotected void log(String configKey, String format, Object... args)
Loggerlog in class LoggerconfigKey - value of Feign.configKey(Class, java.lang.reflect.Method)format - format stringargs - arguments applied to formatCopyright © 2012–2021 OpenFeign. All rights reserved.