ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables 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 (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...
 

Detailed Description

Definition at line 5 of file ilSystemStyleRootLoggerMock.php.

Constructor & Destructor Documentation

◆ __construct()

ilSystemStyleRootLoggerMock::__construct ( )

Definition at line 7 of file ilSystemStyleRootLoggerMock.php.

8  {
9  }

Member Function Documentation

◆ debug()

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

Definition at line 11 of file ilSystemStyleRootLoggerMock.php.

11  : void
12  {
13  }

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