Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
bootstrap.inc
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
constant WATCHDOG_CRITICAL
Log message severity -- Critical conditions.
Related topics
Logging severity levels
Logging severity levels as defined in RFC 3164.
2 uses of WATCHDOG_CRITICAL
DBLogTestCase::getSeverityConstant
in drupal/
modules/
dblog/
dblog.test
Gets the watchdog severity constant corresponding to the CSS class.
openid_verify_assertion_nonce
in drupal/
modules/
openid/
openid.module
Verify that the nonce has not been used in earlier assertions from the same OpenID provider.
File
drupal/
includes/
bootstrap.inc
, line 88
Functions that need to be loaded on every Drupal request.
Code
define
(
'WATCHDOG_CRITICAL'
,
2
);