public class ProtonLoggerFactory
extends java.lang.Object
Logger| Constructor and Description |
|---|
ProtonLoggerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.logging.Logger |
getLogger(java.lang.Class<?> clazz)
Returns a logger named using the fully qualified name of the supplied class.
|