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. 7.x includes/bootstrap.inc \WATCHDOG_WARNING

Log message severity -- Warning: warning 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()

13 uses of WATCHDOG_WARNING
aggregator_parse_feed in modules/aggregator/aggregator.module
Parse a feed and store its items.
drupal_access_denied in includes/common.inc
Generates a 403 error if the request is not allowed.
drupal_cron_cleanup in includes/common.inc
Shutdown function for cron cleanup.
drupal_not_found in includes/common.inc
Generates a 404 error if the request can not be handled.
locale_translate_edit_form_validate in includes/locale.inc
Validate string editing form submissions.

... See full list

File

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

Code

define('WATCHDOG_WARNING', 4);