LogManagerInterface
LogManager Contract for delivering log instances.
Table of Contents
Methods
- getLogger() : LoggerInterface
- Gets a logger instance for the given name.
Methods
getLogger()
Gets a logger instance for the given name.
    public
                    getLogger([string $name = '' ]) : LoggerInterface
    Parameters
- $name : string = ''