constant WATCHDOG_ERROR

Log message severity -- Error conditions.

Related topics

27 uses of WATCHDOG_ERROR
actions_do in drupal/includes/actions.inc
Performs a given list of actions by executing their callback functions.
DBLogTestCase::getSeverityConstant in drupal/modules/dblog/dblog.test
Gets the watchdog severity constant corresponding to the CSS class.
drupal_chmod in drupal/includes/file.inc
Sets the permissions on a file or directory.
drupal_convert_to_utf8 in drupal/includes/unicode.inc
Converts data to UTF-8.
drupal_deliver_page in drupal/includes/common.inc
Delivers a page callback result to the browser in the appropriate format.

... See full list

File

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

Code

define('WATCHDOG_ERROR', 3);