Interface LoggerService


public interface LoggerService
The service to get the logger
  • Method Summary

    Modifier and Type
    Method
    Description
    default Logger
    getLogger(Class<?> clazz)
    Get the logger
    Get the logger
  • Method Details

    • getLogger

      Logger getLogger(String name)
      Get the logger
      Parameters:
      name - the name of the logger
      Returns:
      the logger
    • getLogger

      default Logger getLogger(Class<?> clazz)
      Get the logger
      Parameters:
      clazz - the class
      Returns:
      the logger