constant WATCHDOG_EMERGENCY

Log message severity -- Emergency: system is unusable.

Related topics

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

File

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

Code

define('WATCHDOG_EMERGENCY', 0);