constant WATCHDOG_NOTICE

  1. 7.x drupal-7.x/includes/bootstrap.inc WATCHDOG_NOTICE
  2. 6.x drupal-6.x/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()

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

... See full list

File

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

Code

define('WATCHDOG_NOTICE', 5)