Class DefaultFeignLoggerFactory
java.lang.Object
org.springframework.cloud.openfeign.DefaultFeignLoggerFactory
- All Implemented Interfaces:
FeignLoggerFactory
- Author:
- Venil Noronha, Olga Maciaszek-Sharma
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultFeignLoggerFactory
public DefaultFeignLoggerFactory(feign.Logger logger)
-
-
Method Details
-
create
Description copied from interface:FeignLoggerFactoryFactory method to provide aLoggerfor a givenClass.- Specified by:
createin interfaceFeignLoggerFactory- Parameters:
type- theClassfor which aLoggerinstance is to be created- Returns:
- a
Loggerinstance
-