You are here

constant WATCHDOG_ALERT in Drupal 7

Same name and namespace in other branches
  1. 6 includes/bootstrap.inc \WATCHDOG_ALERT

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

Related topics

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

File

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

Code

define('WATCHDOG_ALERT', 1);