| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 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 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.