Interface LoggerFactory


  • public interface LoggerFactory
    Interface implemented by classes providing loggers. This interface is design to be used only through the LoggerManager class.
    Author:
    Christophe Labouisse
    • Method Detail

      • getLog

        Log getLog​(Class<?> clazz)
        Get a logger named from a specific class.
        Parameters:
        clazz - Class
        Returns:
        Log
      • getLog

        Log getLog​(String name)
        Get a named logger.
        Parameters:
        name - String
        Returns:
        Log