Interface FeignLoggerFactory

All Known Implementing Classes:
DefaultFeignLoggerFactory

public interface FeignLoggerFactory
Allows an application to use a custom Feign Logger.
Author:
Venil Noronha
  • Method Summary

    Modifier and Type
    Method
    Description
    feign.Logger
    create(Class<?> type)
    Factory method to provide a Logger for a given Class.
  • Method Details

    • create

      feign.Logger create(Class<?> type)
      Factory method to provide a Logger for a given Class.
      Parameters:
      type - the Class for which a Logger instance is to be created
      Returns:
      a Logger instance