constant WATCHDOG_ERROR

Log message severity -- Error conditions.

Related topics

26 uses of WATCHDOG_ERROR
actions_do in drupal/core/modules/action/action.module
Performs a given list of actions by executing their callback functions.
DBLogTest::getSeverityConstant in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Gets the watchdog severity constant corresponding to the CSS class.
drupal_chmod in drupal/core/includes/file.inc
Sets the permissions on a file or directory.
drupal_convert_to_utf8 in drupal/core/includes/unicode.inc
Convert data to UTF-8
drupal_error_levels in drupal/core/includes/errors.inc
Maps PHP error constants to watchdog severity levels.

... See full list

File

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

Code

const WATCHDOG_ERROR = 3;