28 return $this->container[
"ilLoggerFactory"]->getRootLogger();
36 public function __call($method_name, $args)
38 assert(count($args) === 0);
39 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)