ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
ilSystemStyleRootLoggerMock.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
5
class
ilSystemStyleRootLoggerMock
extends
ilLogger
6
{
7
public
function
__construct
()
8
{
9
}
10
11
public
function
debug
(
string
$a_message, array $a_context = []): void
12
{
13
}
14
}
ilLogger
Component logger with individual log levels by component id.
Definition:
class.ilLogger.php:17
ilSystemStyleRootLoggerMock
Definition:
ilSystemStyleRootLoggerMock.php:6
ilSystemStyleRootLoggerMock\__construct
__construct()
Definition:
ilSystemStyleRootLoggerMock.php:7
ilSystemStyleRootLoggerMock\debug
debug(string $a_message, array $a_context=[])
Definition:
ilSystemStyleRootLoggerMock.php:11
Services
Style
System
test
fixtures
mocks
ilSystemStyleRootLoggerMock.php
Generated on Sun Nov 2 2025 22:01:51 for ILIAS by
1.9.4 (using
Doxyfile
)