Provides fluid interface to RBAC services.
More...
Provides fluid interface to RBAC services.
Definition at line 9 of file LoggingServices.php.
◆ __construct()
ILIAS\DI\LoggingServices::__construct |
( |
Container |
$container | ) |
|
◆ __call()
ILIAS\DI\LoggingServices::__call |
( |
|
$method_name, |
|
|
|
$args |
|
) |
| |
Get a component logger.
- Returns
Definition at line 36 of file LoggingServices.php.
38 assert(count($args) === 0);
39 return $this->container[
"ilLoggerFactory"]->getLogger($method_name);
◆ root()
ILIAS\DI\LoggingServices::root |
( |
| ) |
|
Get interface to the global logger.
- Returns
Definition at line 26 of file LoggingServices.php.
28 return $this->container[
"ilLoggerFactory"]->getRootLogger();
◆ $container
ILIAS\DI\LoggingServices::$container |
|
protected |
The documentation for this class was generated from the following file: