function RfcLoggerTrait::log
Same name in other branches
- 9 core/lib/Drupal/Core/Logger/RfcLoggerTrait.php \Drupal\Core\Logger\RfcLoggerTrait::log()
- 8.9.x core/lib/Drupal/Core/Logger/RfcLoggerTrait.php \Drupal\Core\Logger\RfcLoggerTrait::log()
- 11.x core/lib/Drupal/Core/Logger/RfcLoggerTrait.php \Drupal\Core\Logger\RfcLoggerTrait::log()
8 calls to RfcLoggerTrait::log()
- RfcLoggerTrait::alert in core/
lib/ Drupal/ Core/ Logger/ RfcLoggerTrait.php - RfcLoggerTrait::critical in core/
lib/ Drupal/ Core/ Logger/ RfcLoggerTrait.php - RfcLoggerTrait::debug in core/
lib/ Drupal/ Core/ Logger/ RfcLoggerTrait.php - RfcLoggerTrait::emergency in core/
lib/ Drupal/ Core/ Logger/ RfcLoggerTrait.php - RfcLoggerTrait::error in core/
lib/ Drupal/ Core/ Logger/ RfcLoggerTrait.php
5 methods override RfcLoggerTrait::log()
- ConfigImporterMissingContentTest::log in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterMissingContentTest.php - DbLog::log in core/
modules/ dblog/ src/ Logger/ DbLog.php - SecurityAdvisoriesFetcherTest::log in core/
modules/ system/ tests/ src/ Kernel/ SecurityAdvisories/ SecurityAdvisoriesFetcherTest.php - SysLog::log in core/
modules/ syslog/ src/ Logger/ SysLog.php - TestLog::log in core/
modules/ system/ tests/ modules/ error_service_test/ src/ Logger/ TestLog.php
File
-
core/
lib/ Drupal/ Core/ Logger/ RfcLoggerTrait.php, line 76
Class
- RfcLoggerTrait
- A copy of \Psr\Log\LoggerTrait that uses RFC 5424 compliant log levels.
Namespace
Drupal\Core\LoggerCode
public abstract function log($level, string|\Stringable $message, array $context = []) : void;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.