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

21 uses of WATCHDOG_NOTICE
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.
comment_admin_overview_submit in modules/comment/comment.admin.inc
Process comment_admin_overview form submissions.
comment_save in modules/comment/comment.module
Accepts a submission of new or changed comment content.

... See full list

File

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

Code

define('WATCHDOG_NOTICE', 5);