public interface LoggerSource
Modifier and Type | Method and Description |
---|---|
org.slf4j.Logger |
getLogger(Class clazz)
Creates or retrieves a log based on Class.
|
org.slf4j.Logger |
getLogger(String name)
Creates or retrieves a log based on name.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.