constant WATCHDOG_ERROR in Drupal 6
Same name and namespace in other branches
- 4 includes/bootstrap.inc \WATCHDOG_ERROR
- 5 includes/bootstrap.inc \WATCHDOG_ERROR
- 7 includes/bootstrap.inc \WATCHDOG_ERROR
Log message severity -- Error: error 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()
17 uses of WATCHDOG_ERROR
- actions_do in includes/
actions.inc - Perform a given list of actions by executing their callback functions.
- drupal_convert_to_utf8 in includes/
unicode.inc - Convert data to UTF-8
- drupal_cron_run in includes/
common.inc - Executes a cron run when called
- drupal_error_handler in includes/
common.inc - Log errors as defined by administrator.
- drupal_mail in includes/
mail.inc - Compose and optionally send an e-mail message.
File
- includes/
bootstrap.inc, line 78 - Functions that need to be loaded on every Drupal request.
Code
define('WATCHDOG_ERROR', 3);