LoggerChannel::__construct
  • References/PHP/Drupal/Logger/LoggerChannel

public LoggerChannel::__construct($channel)

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

public LoggerChannel::setRequestStack(RequestStack $requestStack = NULL)

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

The name of the channel of this logger instance. Type: string File

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

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

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

The current user object. Type:

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

protected LoggerChannel::sortLoggers() Sorts

2025-01-10 15:47:30