RfcLogLevel::WARNING
  • References/PHP/Drupal/Logger/RfcLogLevel

Log message severity -- Warning conditions. File core/lib/Drupal/Core/Logger/RfcLogLevel.php, line 58

2025-01-10 15:47:30
RfcLoggerTrait
  • References/PHP/Drupal/Logger/RfcLoggerTrait

A copy of \Psr\Log\LoggerTrait that uses RFC 5424 compliant log levels. Internal Drupal logger implementations should use this trait instead

2025-01-10 15:47:30
LoggerChannelFactory
  • References/PHP/Drupal/Logger/LoggerChannelFactory

Defines a factory for logging channels. Hierarchy class \Drupal\Core\Logger\

2025-01-10 15:47:30
LoggerChannelFactory::addLogger
  • References/PHP/Drupal/Logger/LoggerChannelFactory

public LoggerChannelFactory::addLogger(LoggerInterface $logger

2025-01-10 15:47:30
LogMessageParserInterface
  • References/PHP/Drupal/Logger/LogMessageParserInterface

Defines an interface for parsing log messages and their placeholders. Hierarchy interface

2025-01-10 15:47:30
LoggerChannelInterface
  • References/PHP/Drupal/Logger/LoggerChannelInterface

Logger channel interface. This interface defines the full behavior of the central Drupal logger facility. However, when writing code that does

2025-01-10 15:47:30
LoggerChannelInterface::addLogger
  • References/PHP/Drupal/Logger/LoggerChannelInterface

public LoggerChannelInterface::addLogger(LoggerInterface

2025-01-10 15:47:30
LoggerChannel::sortLoggers
  • References/PHP/Drupal/Logger/LoggerChannel

protected LoggerChannel::sortLoggers() Sorts

2025-01-10 15:47:30
LoggerChannel::$requestStack
  • References/PHP/Drupal/Logger/LoggerChannel

The request stack object. Type: \Symfony\Component\HttpFoundation\RequestStack File

2025-01-10 15:47:30
LoggerChannel::$loggers
  • References/PHP/Drupal/Logger/LoggerChannel

An array of arrays of \Psr\Log\LoggerInterface keyed by priority. Type:

2025-01-10 15:47:30