constant WATCHDOG_NOTICE

Log message severity -- Normal but significant conditions.

Related topics

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

... See full list

File

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

Code

define('WATCHDOG_NOTICE', 5);