RfcLoggerTrait::debug
  • References/PHP/Drupal/Logger/RfcLoggerTrait

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

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
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
LoggerChannelFactoryInterface
  • References/PHP/Drupal/Logger/LoggerChannelFactoryInterface

Logger channel factory interface. Hierarchy interface \Drupal\Core\Logger\

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

public LogMessageParser::parseMessagePlaceholders(&$message

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

Number of times LoggerChannel::log()

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

The logger channel factory service. Type:

2025-01-10 15:47:30