WATCHDOG_ALERT

in includes/bootstrap.inc

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

See also

watchdog()

@see watchdog_severity_levels()

<?php
define('WATCHDOG_ALERT', 1);
?>