constant WATCHDOG_WARNING

  1. 7.x drupal-7.x/includes/bootstrap.inc WATCHDOG_WARNING
  2. 6.x drupal-6.x/includes/bootstrap.inc WATCHDOG_WARNING

Log message severity -- Warning conditions.

Related topics

22 uses of WATCHDOG_WARNING
aggregator_aggregator_fetch in drupal-7.x/modules/aggregator/aggregator.fetcher.inc
Implements hook_aggregator_fetch().
aggregator_parse_feed in drupal-7.x/modules/aggregator/aggregator.parser.inc
Parses a feed and stores its items.
ajax_get_form in drupal-7.x/includes/ajax.inc
Gets a form submitted via #ajax during an Ajax callback.
authorize_access_denied_page in drupal-7.x/authorize.php
Renders a 403 access denied page for authorize.php.
comment_form_submit in drupal-7.x/modules/comment/comment.module
Process comment form submissions; prepare the comment, store it, and set a redirection target.

... See full list

File

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

Code

define('WATCHDOG_WARNING', 4)