constant WATCHDOG_ALERT

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

Related topics

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

File

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

Code

const WATCHDOG_ALERT = 1;