public interface LoggerFactory
The LoggerFactory is responsible for creating Logger instances.
Logger
getLogger(java.lang.String pName)
Logger getLogger(java.lang.String pName)
Creates a Logger with the given name.