constant WATCHDOG_EMERG

Log message severity -- Emergency: system is unusable.

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()

3 uses of WATCHDOG_EMERG
dblog_overview in drupal-6.x/modules/dblog/dblog.admin.inc
Menu callback; displays a listing of log messages.
hook_watchdog in documentation-6.x/developer/hooks/core.php
Log an event message
watchdog_severity_levels in drupal-6.x/includes/common.inc

File

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

Code

define('WATCHDOG_EMERG', 0)