38         return $this->container[
"ilLoggerFactory"]->getRootLogger();
    45     public function __call(
string $method_name, array $args)
    47         assert(count($args) === 0);
    48         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)