ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Public Member Functions | |
__construct () | |
debug (string $a_message, array $a_context=[]) | |
![]() | |
__construct (private readonly Logger $logger) | |
isHandling (int $level) | |
Check whether current logger is handling a log level. More... | |
log (string $message, int $level=ilLogLevel::INFO, array $context=[]) | |
dump ($value, int $level=ilLogLevel::INFO) | |
debug (string $message, array $context=[]) | |
info (string $message, array $context=[]) | |
notice (string $message, array $context=[]) | |
warning (string $message, array $context=[]) | |
error (string $message, array $context=[]) | |
critical (string $message, array $context=[]) | |
alert (string $message, array $context=[]) | |
emergency (string $message, array $context=[]) | |
getLogger () | |
write (string $message, $level=ilLogLevel::INFO, array $context=[]) | |
write log message More... | |
writeLanguageLog (string $topic, string $lang_key) | |
Write language log. More... | |
logStack (?int $level=null, string $message='', array $context=[]) | |
writeMemoryPeakUsage (int $level) | |
Write memory peak usage Automatically called at end of script. More... | |
Definition at line 21 of file ilSystemStyleRootLoggerMock.php.
ilSystemStyleRootLoggerMock::__construct | ( | ) |
Definition at line 23 of file ilSystemStyleRootLoggerMock.php.
ilSystemStyleRootLoggerMock::debug | ( | string | $a_message, |
array | $a_context = [] |
||
) |
Definition at line 27 of file ilSystemStyleRootLoggerMock.php.