constant WATCHDOG_CRITICAL

  1. 7.x drupal-7.x/includes/bootstrap.inc WATCHDOG_CRITICAL
  2. 6.x drupal-6.x/includes/bootstrap.inc WATCHDOG_CRITICAL

Log message severity -- Critical: critical conditions.

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

4 uses of WATCHDOG_CRITICAL
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
openid_verify_assertion_nonce in drupal-6.x/modules/openid/openid.module
Verify that the nonce has not been used in earlier assertions from the same OpenID provider.
watchdog_severity_levels in drupal-6.x/includes/common.inc

File

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

Code

define('WATCHDOG_CRITICAL', 2)