39 return $this->container[
"ilLoggerFactory"]->getRootLogger();
46 public function __call(
string $method_name, array $args)
48 assert(count($args) === 0);
49 return $this->container[
'ilLoggerFactory']->getComponentLogger($method_name);
Provides fluid interface to LoggingServices.
__call(string $method_name, array $args)
Get a component logger.
Customizing of pimple-DIC for ILIAS.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
root()
Get interface to the global logger.
__construct(Container $container)