ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Provides fluid interface to LoggingServices. More...
Public Member Functions | |
__construct (Container $container) | |
root () | |
Get interface to the global logger. More... | |
__call (string $method_name, array $args) | |
Get a component logger. More... | |
Protected Attributes | |
Container | $container |
Provides fluid interface to LoggingServices.
Definition at line 24 of file LoggingServices.php.
ILIAS\DI\LoggingServices::__construct | ( | Container | $container | ) |
Definition at line 28 of file LoggingServices.php.
References ILIAS\DI\LoggingServices\$container.
ILIAS\DI\LoggingServices::__call | ( | string | $method_name, |
array | $args | ||
) |
Get a component logger.
Definition at line 46 of file LoggingServices.php.
ILIAS\DI\LoggingServices::root | ( | ) |
Get interface to the global logger.
Reimplemented in ilSystemStyleLoggerMock.
Definition at line 37 of file LoggingServices.php.
|
protected |
Definition at line 26 of file LoggingServices.php.
Referenced by ILIAS\DI\LoggingServices\__construct().