constant WATCHDOG_NOTICE

Log message severity -- Normal but significant conditions.

Related topics

34 uses of WATCHDOG_NOTICE
aggregator_form_category_submit in drupal/core/modules/aggregator/aggregator.admin.inc
Form submission handler for aggregator_form_category().
book_admin_edit_submit in drupal/core/modules/book/book.admin.inc
Form submission handler for book_admin_edit().
CategoryFormController::save in drupal/core/modules/contact/lib/Drupal/contact/CategoryFormController.php
Overrides Drupal\Core\Entity\EntityFormController::save().
CommentFormController::save in drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php
Overrides Drupal\Core\Entity\EntityFormController::save().
CronAccessCheck::access in drupal/core/modules/system/lib/Drupal/system/Access/CronAccessCheck.php
Implements AccessCheckInterface::access().

... See full list

File

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

Code

const WATCHDOG_NOTICE = 5;