13 ini_set(
'html_errors',
false);
22 private static $logger =
null;
29 self::$logger = $logger;
38 return self::$logger->getLogger($name);
static configure(Logger $logger)
Configure the manager.
Interface for logger implementations.
static getLogger($name)
Get the logger with the given name.
LogManager is used to retrieve Logger instances.