constant WATCHDOG_ALERT

  1. 7.x drupal-7.x/includes/bootstrap.inc WATCHDOG_ALERT
  2. 6.x drupal-6.x/includes/bootstrap.inc WATCHDOG_ALERT

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

Related topics

5 uses of WATCHDOG_ALERT
check_markup in drupal-7.x/modules/filter/filter.module
Runs all the enabled filters on a piece of text.
DBLogTestCase::getSeverityConstant in drupal-7.x/modules/dblog/dblog.test
Gets the watchdog severity constant corresponding to the CSS class.
dblog_overview in drupal-7.x/modules/dblog/dblog.admin.inc
Page callback: Displays a listing of database log messages.
hook_watchdog in drupal-7.x/modules/system/system.api.php
Log an event message.
watchdog_severity_levels in drupal-7.x/includes/common.inc
Returns a list of severity levels, as defined in RFC 3164.

File

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

Code

define('WATCHDOG_ALERT', 1)