Interface LoggerService


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

    Modifier and Type
    Method
    Description
    Get the logger
  • Method Details

    • getLogger

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