ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct () | |
debug (string $a_message, array $a_context=[]) | |
![]() | |
__construct (Logger $logger) | |
isHandling (int $a_level) | |
Check whether current logger is handling a log level. More... | |
log (string $a_message, int $a_level=ilLogLevel::INFO) | |
dump ($a_variable, int $a_level=ilLogLevel::INFO) | |
debug (string $a_message, array $a_context=array()) | |
info (string $a_message) | |
notice (string $a_message) | |
warning (string $a_message) | |
error (string $a_message) | |
critical (string $a_message) | |
alert (string $a_message) | |
emergency (string $a_message) | |
getLogger () | |
write (string $a_message, $a_level=ilLogLevel::INFO) | |
write log message More... | |
writeLanguageLog (string $a_topic, string $a_lang_key) | |
Write language log. More... | |
logStack (?int $a_level=null, string $a_message='') | |
writeMemoryPeakUsage (int $a_level) | |
Write memory peak usage Automatically called at end of script. More... | |
Definition at line 5 of file ilSystemStyleRootLoggerMock.php.
ilSystemStyleRootLoggerMock::__construct | ( | ) |
Definition at line 7 of file ilSystemStyleRootLoggerMock.php.
ilSystemStyleRootLoggerMock::debug | ( | string | $a_message, |
array | $a_context = [] |
||
) |
Definition at line 11 of file ilSystemStyleRootLoggerMock.php.