ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Public Member Functions | |
__construct () | |
isHandling (int $level) | |
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=[]) | |
writeLanguageLog (string $topic, string $lang_key) | |
logStack (?int $level=null, string $message='', array $context=[]) | |
writeMemoryPeakUsage (int $level) | |
![]() | |
__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 28 of file NullLogger.php.
ILIAS\components\Logging\NullLogger::__construct | ( | ) |
Definition at line 30 of file NullLogger.php.
ILIAS\components\Logging\NullLogger::alert | ( | string | $message, |
array | $context = [] |
||
) |
Definition at line 71 of file NullLogger.php.
ILIAS\components\Logging\NullLogger::critical | ( | string | $message, |
array | $context = [] |
||
) |
Definition at line 67 of file NullLogger.php.
ILIAS\components\Logging\NullLogger::debug | ( | string | $message, |
array | $context = [] |
||
) |
Definition at line 47 of file NullLogger.php.
ILIAS\components\Logging\NullLogger::dump | ( | $value, | |
int | $level = ilLogLevel::INFO |
||
) |
Definition at line 43 of file NullLogger.php.
ILIAS\components\Logging\NullLogger::emergency | ( | string | $message, |
array | $context = [] |
||
) |
Definition at line 75 of file NullLogger.php.
ILIAS\components\Logging\NullLogger::error | ( | string | $message, |
array | $context = [] |
||
) |
Definition at line 63 of file NullLogger.php.
ILIAS\components\Logging\NullLogger::getLogger | ( | ) |
Definition at line 80 of file NullLogger.php.
ILIAS\components\Logging\NullLogger::info | ( | string | $message, |
array | $context = [] |
||
) |
Definition at line 51 of file NullLogger.php.
ILIAS\components\Logging\NullLogger::isHandling | ( | int | $level | ) |
Definition at line 34 of file NullLogger.php.
ILIAS\components\Logging\NullLogger::log | ( | string | $message, |
int | $level = ilLogLevel::INFO , |
||
array | $context = [] |
||
) |
Definition at line 39 of file NullLogger.php.
ILIAS\components\Logging\NullLogger::logStack | ( | ?int | $level = null , |
string | $message = '' , |
||
array | $context = [] |
||
) |
Definition at line 93 of file NullLogger.php.
ILIAS\components\Logging\NullLogger::notice | ( | string | $message, |
array | $context = [] |
||
) |
Definition at line 55 of file NullLogger.php.
ILIAS\components\Logging\NullLogger::warning | ( | string | $message, |
array | $context = [] |
||
) |
Definition at line 59 of file NullLogger.php.
ILIAS\components\Logging\NullLogger::write | ( | string | $message, |
$level = ilLogLevel::INFO , |
|||
array | $context = [] |
||
) |
Definition at line 85 of file NullLogger.php.
ILIAS\components\Logging\NullLogger::writeLanguageLog | ( | string | $topic, |
string | $lang_key | ||
) |
Definition at line 89 of file NullLogger.php.
ILIAS\components\Logging\NullLogger::writeMemoryPeakUsage | ( | int | $level | ) |
Definition at line 97 of file NullLogger.php.