ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilComponentLogger Class Reference

Component logger with individual log levels by component id. More...

+ Inheritance diagram for ilComponentLogger:
+ Collaboration diagram for ilComponentLogger:

Additional Inherited Members

- 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

Component logger with individual log levels by component id.

Author
Stefan Meyer

Definition at line 13 of file class.ilComponentLogger.php.


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