Class Slf4jLoggerFactory

  • All Implemented Interfaces:
    org.slf4j.ILoggerFactory

    public class Slf4jLoggerFactory
    extends Object
    implements org.slf4j.ILoggerFactory
    pax-logging specific ILoggerFactory returned from org.slf4j.impl.StaticLoggerBinder
    • Constructor Detail

      • Slf4jLoggerFactory

        public Slf4jLoggerFactory()
    • Method Detail

      • setPaxLoggingManager

        public static void setPaxLoggingManager​(PaxLoggingManager manager)
      • getLogger

        public org.slf4j.Logger getLogger​(String name)
        Return an appropriate Logger instance as specified by the name parameter. Null-valued name arguments are considered invalid.
        Specified by:
        getLogger in interface org.slf4j.ILoggerFactory
        Parameters:
        name - the name of the Logger to return