Interface ConfigLogger.Handler

Enclosing class:
ConfigLogger
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ConfigLogger.Handler
The handler interface for processing log messages
  • Method Details

    • handle

      void handle(ConfigLogger.LogLevel level, Class<?> clazz, String message, Throwable throwable)
      Handle a log message
      Parameters:
      level - the log level
      clazz - the calling class
      message - the message
      throwable - the throwable, may be null