constant WATCHDOG_EMERGENCY

Log message severity -- Emergency: system is unusable.

Related topics

2 uses of WATCHDOG_EMERGENCY
DBLogTest::getSeverityConstant in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Gets the watchdog severity constant corresponding to the CSS class.
DBLogTest::testFilter in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Tests the database log filter functionality at admin/reports/dblog.

File

drupal/core/includes/bootstrap.inc, line 85
Functions that need to be loaded on every Drupal request.

Code

const WATCHDOG_EMERGENCY = 0;