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
LoggerChannel::$requestStack
  • References/PHP/Drupal/Logger/LoggerChannel

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

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
RfcLogLevel::ALERT
  • References/PHP/Drupal/Logger/RfcLogLevel

Log message severity -- Alert: action must be taken immediately. File core/lib/Drupal/Core/Logger/RfcLogLevel

2025-01-10 15:47:30
RfcLogLevel::$levels
  • References/PHP/Drupal/Logger/RfcLogLevel

An array with the severity levels as keys and labels as values. Type:

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

Log message severity -- Informational messages. File core/lib/Drupal/Core/Logger/RfcLogLevel.php, line

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

public LoggerChannelInterface::setLoggers(array $loggers)

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

public RfcLoggerTrait::emergency($message, array $context = array())

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

public RfcLoggerTrait::info($message, array $context = array())

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

Log message severity -- Normal but significant conditions. File core/lib/Drupal/Core/Logger/RfcLogLevel

2025-01-10 15:47:30