constant WATCHDOG_WARNING in Drupal 6
Same name and namespace in other branches
- 4 includes/bootstrap.inc \WATCHDOG_WARNING
- 5 includes/bootstrap.inc \WATCHDOG_WARNING
- 7 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()
19 uses of WATCHDOG_WARNING
- aggregator_parse_feed in modules/
aggregator/ aggregator.module - Parse a feed and store its items.
- aggregator_refresh in modules/
aggregator/ aggregator.module - Checks a news feed for new items.
- comment_save in modules/
comment/ comment.module - Accepts a submission of new or changed comment content.
- 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.
File
- includes/
bootstrap.inc, line 89 - Functions that need to be loaded on every Drupal request.
Code
define('WATCHDOG_WARNING', 4);