public interface LoggerFactory
Modifier and Type | Method and Description |
---|---|
Logger |
getLogger(java.lang.String name)
Gets a logger for a class with the specified name.
|
Logger getLogger(java.lang.String name)
name
- The name of the class requesting a logger, must not be null
.null
.