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

Log message severity -- Warning conditions.

Related topics

25 uses of WATCHDOG_WARNING
AccessDeniedTestCase::testAccessDenied in modules/system/system.test
aggregator_parse_feed in modules/aggregator/aggregator.parser.inc
Parses a feed and stores its items.
ajax_get_form in includes/ajax.inc
Gets a form submitted via #ajax during an Ajax callback.
authorize_access_denied_page in ./authorize.php
Renders a 403 access denied page for authorize.php.
BootstrapGetFilenameWebTestCase::testWatchdog in modules/simpletest/tests/bootstrap.test
Test that watchdog messages about missing files are correctly recorded.

... See full list

File

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

Code

define('WATCHDOG_WARNING', 4);