public final class LoggerFactory
extends java.lang.Object
Logger
instances.
DefaultLogger
is used.Modifier and Type | Method and Description |
---|---|
static Logger |
getLogger(java.lang.Class<?> klass)
Return a logger named corresponding to the class passed as parameter,
|
public static Logger getLogger(java.lang.Class<?> klass)
klass
- the returned logger will be named after clazz.Copyright © 2018. All Rights Reserved.