Class Slf4JLoggerFactory


  • public class Slf4JLoggerFactory
    extends ProtonLoggerFactory
    Slf4j adapter class used to proxy calls to the slf4j logger factory and create ProtonLogger wrappers around the Loggers for that library.
    • Method Detail

      • findLoggerFactory

        public static ProtonLoggerFactory findLoggerFactory()
        Static factory method that will create the correct Slf4j logging factory and return it or throw an NoClassDefFoundError if none found.
        Returns:
        a correct proton based logger factory wrapper.