LoggerChannelFactoryInterface::addLogger
  • References/PHP/Drupal/Logger/LoggerChannelFactoryInterface

public LoggerChannelFactoryInterface:

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

Parses log messages and their placeholders. Hierarchy class \Drupal\Core\Logger\

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

public LoggerChannelTrait::setLoggerFactory(LoggerChannelFactoryInterface

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

public static RfcLogLevel::getLevels() Returns

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

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

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

protected LoggerChannelTrait::getLogger($channel)

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

public LoggerChannelFactory::get($channel)

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

public LoggerChannel::addLogger(LoggerInterface $logger, $priority = 0)

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

Wrapper methods for the logger factory service. This utility trait should only be used in application-level code, such as classes that would

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