25 return $this->container[
"ilLoggerFactory"]->getRootLogger();
33 public function __call($method_name, $args) {
34 assert(
'count($args) === 0');
35 return $this->container[
"ilLoggerFactory"]->getLogger($method_name);
__call($method_name, $args)
Get a component logger.
Provides fluid interface to RBAC services.
Customizing of pimple-DIC for ILIAS.
root()
Get interface to the global logger.
__construct(Container $container)