|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilSystemStyleRootLoggerMock:
Collaboration diagram for ilSystemStyleRootLoggerMock:Public Member Functions | |
| __construct () | |
| debug (string $a_message, array $a_context=[]) | |
Public Member Functions inherited from ilLogger | |
| __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 = [] |
||
| ) |
Reimplemented from ilLogger.
Definition at line 27 of file ilSystemStyleRootLoggerMock.php.