|
ILIAS
release_8 Revision v8.24
|
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 (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... | |
Component logger with individual log levels by component id.
Definition at line 13 of file class.ilComponentLogger.php.