ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilSystemStyleRootLoggerMock Class Reference
+ 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...
 

Detailed Description

Definition at line 21 of file ilSystemStyleRootLoggerMock.php.

Constructor & Destructor Documentation

◆ __construct()

ilSystemStyleRootLoggerMock::__construct ( )

Definition at line 23 of file ilSystemStyleRootLoggerMock.php.

24  {
25  }

Member Function Documentation

◆ debug()

ilSystemStyleRootLoggerMock::debug ( string  $a_message,
array  $a_context = [] 
)

Definition at line 27 of file ilSystemStyleRootLoggerMock.php.

27  : void
28  {
29  }

The documentation for this class was generated from the following file: