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

Log message severity -- Normal but significant conditions.

Related topics

35 uses of WATCHDOG_NOTICE
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().
contact_category_edit_form_submit in modules/contact/contact.admin.inc
Form submission handler for contact_category_edit_form().
cron.php in ./cron.php
Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).

... See full list

File

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

Code

define('WATCHDOG_NOTICE', 5);