constant WATCHDOG_ERROR

  1. 7.x drupal-7.x/includes/bootstrap.inc WATCHDOG_ERROR
  2. 6.x drupal-6.x/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()

watchdog_severity_levels()

20 uses of WATCHDOG_ERROR
actions_do in drupal-6.x/includes/actions.inc
Perform a given list of actions by executing their callback functions.
dblog_overview in drupal-6.x/modules/dblog/dblog.admin.inc
Menu callback; displays a listing of log messages.
drupal_convert_to_utf8 in drupal-6.x/includes/unicode.inc
Convert data to UTF-8
drupal_cron_run in drupal-6.x/includes/common.inc
Executes a cron run when called
drupal_error_handler in drupal-6.x/includes/common.inc
Log errors as defined by administrator.

... See full list

File

drupal-6.x/includes/bootstrap.inc, line 78
Functions that need to be loaded on every Drupal request.

Code

define('WATCHDOG_ERROR', 3)