public interface LoggerFactory
| Modifier and Type | Method and Description |
|---|---|
default Logger |
createLogger(java.lang.Class clazz)
It's typical for logging to be prefixed with the Class name which originated the log.
|
Logger |
createLogger(java.lang.String name)
Creates the named Logger.
|
Logger createLogger(java.lang.String name)
name - the name to give the created Loggerdefault Logger createLogger(java.lang.Class clazz)
clazz - the Class requesting the named Logger