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

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

The WATCHDOG_* constant definitions correspond to the logging severity levels defined in RFC 3164, section 4.1.1: http://www.faqs.org/rfcs/rfc3164.html

See also

watchdog()

watchdog_severity_levels()

File

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

Code

define('WATCHDOG_ALERT', 1);