Package org.apache.qpid.protonj2.logging
-
Interface Summary Interface Description ProtonLogger Proton Logger abstraction -
Class Summary Class Description NoOpProtonLogger Simple proton logger implementation that performs no logging.NoOpProtonLoggerFactory ProtonLoggerFactory implementation that create do nothing loggers.ProtonLoggerFactory Factory used to create Proton Logger abstractionsSlf4JLoggerFactory Slf4j adapter class used to proxy calls to the slf4j logger factory and create ProtonLogger wrappers around the Loggers for that library.Slf4JLoggerWrapper A Wrapper around an Slf4J Logger used to proxy logging calls to that framework when it is available.