Same name and namespace in other branches
  1. 4.6.x includes/bootstrap.inc \WATCHDOG_ERROR
  2. 4.7.x includes/bootstrap.inc \WATCHDOG_ERROR
  3. 5.x includes/bootstrap.inc \WATCHDOG_ERROR
  4. 6.x includes/bootstrap.inc \WATCHDOG_ERROR

Log message severity -- Error conditions.

Related topics

35 uses of WATCHDOG_ERROR
actions_do in includes/actions.inc
Performs a given list of actions by executing their callback functions.
announcements_feed_cron in modules/announcements_feed/announcements_feed.module
Implements hook_cron().
announcements_feed_fetch in modules/announcements_feed/announcements_feed.inc
Fetches the feed either from a local cache or fresh remotely.
DBLogTestCase::getSeverityConstant in modules/dblog/dblog.test
Gets the watchdog severity constant corresponding to the CSS class.
dblog_overview in modules/dblog/dblog.admin.inc
Page callback: Displays a listing of database log messages.

... See full list

File

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

Code

define('WATCHDOG_ERROR', 3);