Class Slf4jLoggerFactory


  • public class Slf4jLoggerFactory
    extends LoggerFactory
    Adaptor of slf4j logger factory.
    • Constructor Detail

      • Slf4jLoggerFactory

        public Slf4jLoggerFactory()
    • Method Detail

      • get

        public Logger get​(Class<?> clazz)
        Description copied from class: LoggerFactory
        Gets logger for the given class.
        Overrides:
        get in class LoggerFactory
        Parameters:
        clazz - class
        Returns:
        logger for the given class
      • get

        public Logger get​(String name)
        Description copied from class: LoggerFactory
        Gets logger for the given name.
        Specified by:
        get in class LoggerFactory
        Parameters:
        name - name
        Returns:
        logger for the given name