You are here

constant WATCHDOG_NOTICE in Drupal 6

Same name and namespace in other branches
  1. 4 includes/bootstrap.inc \WATCHDOG_NOTICE
  2. 5 includes/bootstrap.inc \WATCHDOG_NOTICE
  3. 7 includes/bootstrap.inc \WATCHDOG_NOTICE

Log message severity -- Notice: normal but significant condition.

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

28 uses of WATCHDOG_NOTICE
aggregator_form_category_submit in modules/aggregator/aggregator.admin.inc
Process aggregator_form_category form submissions.
aggregator_form_feed_submit in modules/aggregator/aggregator.admin.inc
Process aggregator_form_feed form submissions.
blogapi_blogger_edit_post in modules/blogapi/blogapi.module
Blogging API callback. Modifies the specified blog node.
blogapi_blogger_new_post in modules/blogapi/blogapi.module
Blogging API callback. Inserts a new blog post as a node.
book_admin_edit_submit in modules/book/book.admin.inc
Handle submission of the book administrative page form.

... See full list

File

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

Code

define('WATCHDOG_NOTICE', 5);