Package org.apache.qpid.proton.logging
Class ProtonLoggerFactory
- java.lang.Object
-
- org.apache.qpid.proton.logging.ProtonLoggerFactory
-
public class ProtonLoggerFactory extends java.lang.Object
Thin convenience wrapper aroundLogger
-
-
Constructor Summary
Constructors Constructor Description ProtonLoggerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.logging.Logger
getLogger(java.lang.Class<?> clazz)
Returns a logger named using the fully qualified name of the supplied class.
-