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: 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()

22 uses of WATCHDOG_WARNING
aggregator_parse_feed in drupal-6.x/modules/aggregator/aggregator.module
Parse a feed and store its items.
aggregator_refresh in drupal-6.x/modules/aggregator/aggregator.module
Checks a news feed for new items.
comment_save in drupal-6.x/modules/comment/comment.module
Accepts a submission of new or changed comment content.
dblog_overview in drupal-6.x/modules/dblog/dblog.admin.inc
Menu callback; displays a listing of log messages.
drupal_access_denied in drupal-6.x/includes/common.inc
Generates a 403 error if the request is not allowed.

... See full list

File

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

Code

define('WATCHDOG_WARNING', 4)