Uses of Class
org.apache.qpid.protonj2.logging.ProtonLoggerFactory
Packages that use ProtonLoggerFactory
-
Uses of ProtonLoggerFactory in org.apache.qpid.protonj2.logging
Subclasses of ProtonLoggerFactory in org.apache.qpid.protonj2.loggingModifier 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.Methods in org.apache.qpid.protonj2.logging that return ProtonLoggerFactoryModifier 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.Methods in org.apache.qpid.protonj2.logging with parameters of type ProtonLoggerFactoryModifier 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.