public class DefaultFeignLoggerFactory extends Object implements FeignLoggerFactory
| Constructor and Description |
|---|
DefaultFeignLoggerFactory(feign.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
feign.Logger |
create(Class<?> type)
Factory method to provide a
Logger for a given Class. |
public feign.Logger create(Class<?> type)
FeignLoggerFactoryLogger for a given Class.create in interface FeignLoggerFactorytype - the Class for which a Logger instance is to be createdLogger instanceCopyright © 2019 Pivotal Software, Inc.. All rights reserved.