Uses of Class
org.apache.qpid.protonj2.logging.ProtonLoggerFactory
-
Packages that use ProtonLoggerFactory Package Description org.apache.qpid.protonj2.logging -
-
Uses of ProtonLoggerFactory in org.apache.qpid.protonj2.logging
Subclasses of ProtonLoggerFactory in org.apache.qpid.protonj2.logging Modifier and Type Class Description class
NoOpProtonLoggerFactory
ProtonLoggerFactory implementation that create do nothing loggers.class
Slf4JLoggerFactory
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 ProtonLoggerFactory Modifier and Type Method Description static 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 ProtonLoggerFactory Modifier and Type Method Description static void
ProtonLoggerFactory. setLoggerFactory(ProtonLoggerFactory factory)
Configure Proton with a custom ProtonLoggerFactory implementation which will be used by the Proton classes when logging library events.
-