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
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
LoggerChannelFactory::addLogger
  • References/PHP/Drupal/Logger/LoggerChannelFactory

public LoggerChannelFactory::addLogger(LoggerInterface $logger

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::setLoggers
  • References/PHP/Drupal/Logger/LoggerChannelInterface

public LoggerChannelInterface::setLoggers(array $loggers)

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

public LogMessageParserInterface::parseMessag

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

public LoggerChannel::setLoggers(array $loggers)

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

Array of all instantiated logger channels keyed by channel name. Type: \Drupal\Core\Logger\LoggerChannelInterface[]

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

public RfcLoggerTrait::critical($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