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

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

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

Map of PSR3 log constants to RFC 5424 log constants. Type:

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

protected LoggerChannelTrait::getLogger($channel)

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

Maximum call depth to self::log() for a single log message. It's very easy for logging channel code to call out to other library code that will

2025-01-10 15:47:30
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::$loggers
  • References/PHP/Drupal/Logger/LoggerChannelFactory

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

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

Number of times LoggerChannel::log()

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

public LoggerChannel::log($level, $message, array $context = array())

2025-01-10 15:47:30