Package feign
Class Logger.ErrorLogger
- java.lang.Object
-
- feign.Logger
-
- feign.Logger.ErrorLogger
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class feign.Logger
Logger.ErrorLogger, Logger.JavaLogger, Logger.Level, Logger.NoOpLogger
-
-
Constructor Summary
Constructors Constructor Description ErrorLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidlog(java.lang.String configKey, java.lang.String format, java.lang.Object... args)Override to log requests and responses using your own implementation.-
Methods inherited from class feign.Logger
logAndRebufferResponse, logIOException, logRequest, logRetry, methodTag
-
-
-
-
Method Detail
-
log
protected void log(java.lang.String configKey, java.lang.String format, java.lang.Object... args)Description copied from class:LoggerOverride to log requests and responses using your own implementation. Messages will be http request and response text.- Specified by:
login classLogger- Parameters:
configKey- value ofFeign.configKey(Class, java.lang.reflect.Method)format-format stringargs- arguments applied toformat
-
-