public interface LoggerFactory
The LoggerFactory is responsible for creating
Logger instances.
| Modifier and Type | Method and Description |
|---|---|
Logger |
getLogger(java.lang.String pName)
Creates a Logger with the given name.
|
Logger getLogger(java.lang.String pName)
Creates a Logger with the given name.