You are here

protected property LoggerService::$grants in Purge 8.3

Available RFC 5424 log types.

Type: int[]

File

src/Logger/LoggerService.php, line 55

Class

LoggerService
Provides logging services to purge and its submodules, via a single channel.

Namespace

Drupal\purge\Logger

Code

protected $grants = [
  RfcLogLevel::EMERGENCY,
  RfcLogLevel::ALERT,
  RfcLogLevel::CRITICAL,
  RfcLogLevel::ERROR,
  RfcLogLevel::WARNING,
  RfcLogLevel::NOTICE,
  RfcLogLevel::INFO,
  RfcLogLevel::DEBUG,
];