ILIAS  release_8 Revision v8.24
ilSystemStyleLoggerMock.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
6{
7 public function __construct(\ILIAS\DI\Container $DIC)
8 {
9 $this->container = $DIC;
10 }
11
12 public function root(): ilLogger
13 {
14 return new ilSystemStyleRootLoggerMock();
15 }
16}
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)
global $DIC
Definition: feed.php:28
Class HTTPServicesTest.
Class ChatMainBarProvider \MainMenu\Provider.