Uses of Class
org.apache.qpid.protonj2.logging.ProtonLoggerFactory
-
Uses of ProtonLoggerFactory in org.apache.qpid.protonj2.logging
Modifier and TypeClassDescriptionclass
ProtonLoggerFactory implementation that create do nothing loggers.class
Slf4j adapter class used to proxy calls to the slf4j logger factory and create ProtonLogger wrappers around the Loggers for that library.Modifier and TypeMethodDescriptionstatic ProtonLoggerFactory
Slf4JLoggerFactory.findLoggerFactory()
Static factory method that will create the correct Slf4j logging factory and return it or throw anNoClassDefFoundError
if none found.static ProtonLoggerFactory
ProtonLoggerFactory.getLoggerFactory()
Returns aProtonLoggerFactory
instance.Modifier and TypeMethodDescriptionstatic void
ProtonLoggerFactory.setLoggerFactory
(ProtonLoggerFactory factory) Configure Proton with a custom ProtonLoggerFactory implementation which will be used by the Proton classes when logging library events.