Same name and namespace in other branches
  1. 6.x includes/bootstrap.inc \WATCHDOG_CRITICAL

Log message severity -- Critical conditions.

Related topics

5 uses of WATCHDOG_CRITICAL
DBLogTestCase::getSeverityConstant in modules/dblog/dblog.test
Gets the watchdog severity constant corresponding to the CSS class.
dblog_overview in modules/dblog/dblog.admin.inc
Page callback: Displays a listing of database log messages.
hook_watchdog in modules/system/system.api.php
Log an event message.
openid_verify_assertion_nonce in modules/openid/openid.module
Verify that the nonce has not been used in earlier assertions from the same OpenID provider.
watchdog_severity_levels in includes/common.inc
Returns a list of severity levels, as defined in RFC 3164.

File

includes/bootstrap.inc, line 88
Functions that need to be loaded on every Drupal request.

Code

define('WATCHDOG_CRITICAL', 2);