WATCHDOG_CRITICAL

in includes/bootstrap.inc

Log message severity -- Critical: critical conditions.

See also

watchdog()

@see watchdog_severity_levels()

<?php
define('WATCHDOG_CRITICAL', 2);
?>