constant WATCHDOG_CRITICAL in Drupal 6
Same name and namespace in other branches
- 7 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()
1 use of WATCHDOG_CRITICAL
- 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 67 - Functions that need to be loaded on every Drupal request.
Code
define('WATCHDOG_CRITICAL', 2);