ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilSystemStyleLoggerMock.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22{
23 public function __construct(\ILIAS\DI\Container $DIC)
24 {
25 $this->container = $DIC;
26 }
27
28 public function root(): ilLogger
29 {
30 return new ilSystemStyleRootLoggerMock();
31 }
32}
Provides fluid interface to LoggingServices.
Component logger with individual log levels by component id.
root()
Get interface to the global logger.
__construct(\ILIAS\DI\Container $DIC)
Class HTTPServicesTest.
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
global $DIC
Definition: shib_login.php:26