constant WATCHDOG_CRITICAL in Drupal 7
Same name and namespace in other branches
- 6 includes/bootstrap.inc \WATCHDOG_CRITICAL
Log message severity -- Critical conditions.
Related topics
2 uses of WATCHDOG_CRITICAL
- DBLogTestCase::getSeverityConstant in modules/
dblog/ dblog.test - Gets the watchdog severity constant corresponding to the CSS class.
- 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.
File
- includes/
bootstrap.inc, line 88 - Functions that need to be loaded on every Drupal request.
Code
define('WATCHDOG_CRITICAL', 2);