public interface LoggerFactory
| Modifier and Type | Method and Description |
|---|---|
InstanceLogger |
getLogger(Class<?> clazz)
Obtains an InstanceLogger for the specified class.
|
InstanceLogger getLogger(Class<?> clazz)
clazz - the class for which a logger instance is to be obtained.Copyright © 2024. All rights reserved.