Class AccumulatingLoggerFactory

java.lang.Object
io.fusionauth.http.log.AccumulatingLoggerFactory
All Implemented Interfaces:
LoggerFactory

public class AccumulatingLoggerFactory extends Object implements LoggerFactory
Simple implementation of the LoggerFactory that always returns the same instance of a AccumulatingLogger.
Author:
Brian Pontarelli
  • Field Details

  • Constructor Details

    • AccumulatingLoggerFactory

      public AccumulatingLoggerFactory()
  • Method Details

    • getLogger

      public Logger getLogger(Class<?> klass)
      Description copied from interface: LoggerFactory
      Get the logger for the given class.
      Specified by:
      getLogger in interface LoggerFactory
      Parameters:
      klass - The class.
      Returns:
      The Logger and never null.