Uses of Interface
org.apache.qpid.protonj2.logging.ProtonLogger
-
Packages that use ProtonLogger Package Description org.apache.qpid.protonj2.logging -
-
Uses of ProtonLogger in org.apache.qpid.protonj2.logging
Classes in org.apache.qpid.protonj2.logging that implement ProtonLogger Modifier and Type Class Description class
NoOpProtonLogger
Simple proton logger implementation that performs no logging.class
Slf4JLoggerWrapper
A Wrapper around an Slf4J Logger used to proxy logging calls to that framework when it is available.Methods in org.apache.qpid.protonj2.logging that return ProtonLogger Modifier and Type Method Description protected ProtonLogger
NoOpProtonLoggerFactory. createLoggerWrapper(String name)
protected abstract ProtonLogger
ProtonLoggerFactory. createLoggerWrapper(String name)
protected ProtonLogger
Slf4JLoggerFactory. createLoggerWrapper(String name)
static ProtonLogger
ProtonLoggerFactory. getLogger(Class<?> clazz)
Logger lookup based on theClass
that will host the logger instance.static ProtonLogger
ProtonLoggerFactory. getLogger(String name)
Logger lookup based on the given logger name that will host the logger instance.
-