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. 6.x includes/bootstrap.inc \WATCHDOG_NOTICE
  4. 7.x includes/bootstrap.inc \WATCHDOG_NOTICE

Indicates a notice-level watchdog event; these are normally notifications of normal system events that have occurred and can usually be safely ignored.

18 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.module
comment_admin_overview_submit in modules/comment/comment.module
Execute the chosen 'Update option' on the selected comments, such as publishing, unpublishing or deleting.
comment_save in modules/comment/comment.module
Accepts a submission of new or changed comment content.

... See full list

File

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

Code

define('WATCHDOG_NOTICE', 0);