constant WATCHDOG_ALERT

Log message severity -- Alert: action must be taken immediately.

Related topics

2 uses of WATCHDOG_ALERT
check_markup in drupal/modules/filter/filter.module
Runs all the enabled filters on a piece of text.
DBLogTestCase::getSeverityConstant in drupal/modules/dblog/dblog.test
Gets the watchdog severity constant corresponding to the CSS class.

File

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

Code

define('WATCHDOG_ALERT', 1);