constant WATCHDOG_CRITICAL

Log message severity -- Critical conditions.

Related topics

2 uses of WATCHDOG_CRITICAL
DBLogTest::getSeverityConstant in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Gets the watchdog severity constant corresponding to the CSS class.
openid_verify_assertion_nonce in drupal/core/modules/openid/openid.module
Verify that the nonce has not been used in earlier assertions from the same OpenID provider.

File

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

Code

const WATCHDOG_CRITICAL = 2;