WATCHDOG_EMERGENCY

in includes/bootstrap.inc

Log message severity -- Emergency: system is unusable.

See also

watchdog()

@see watchdog_severity_levels()

<?php
define('WATCHDOG_EMERGENCY', 0);
?>