You are here

constant WATCHDOG_NOTICE in Drupal 7

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

Log message severity -- Normal but significant conditions.

Related topics

30 uses of WATCHDOG_NOTICE
aggregator_form_category_submit in modules/aggregator/aggregator.admin.inc
Form submission handler for aggregator_form_category().
aggregator_form_feed_submit in modules/aggregator/aggregator.admin.inc
Form submission handler for aggregator_form_feed().
book_admin_edit_submit in modules/book/book.admin.inc
Form submission handler for book_admin_edit().
comment_form_submit in modules/comment/comment.module
Process comment form submissions; prepare the comment, store it, and set a redirection target.
contact_category_delete_form_submit in modules/contact/contact.admin.inc
Form submission handler for contact_category_delete_form().

... See full list

File

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

Code

define('WATCHDOG_NOTICE', 5);