35 uses of WATCHDOG_NOTICE

aggregator_form_category_submit in drupal-7.x/modules/aggregator/aggregator.admin.inc
Form submission handler for aggregator_form_category().
aggregator_form_feed_submit in drupal-7.x/modules/aggregator/aggregator.admin.inc
Form submission handler for aggregator_form_feed().
book_admin_edit_submit in drupal-7.x/modules/book/book.admin.inc
Form submission handler for book_admin_edit().
comment_form_submit in drupal-7.x/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-7.x/modules/contact/contact.admin.inc
Form submission handler for contact_category_delete_form().
contact_category_edit_form_submit in drupal-7.x/modules/contact/contact.admin.inc
Form submission handler for contact_category_edit_form().
cron.php in drupal-7.x/cron.php
Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
DBLogTestCase::generateLogEntries in drupal-7.x/modules/dblog/dblog.test
Generates a number of random database log events.
DBLogTestCase::getSeverityConstant in drupal-7.x/modules/dblog/dblog.test
Gets the watchdog severity constant corresponding to the CSS class.
DBLogTestCase::testDBLogAddAndClear in drupal-7.x/modules/dblog/dblog.test
Tests the addition and clearing of log events through the admin interface.
dblog_overview in drupal-7.x/modules/dblog/dblog.admin.inc
Page callback: Displays a listing of database log messages.
drupal_cron_run in drupal-7.x/includes/common.inc
Executes a cron run when called.
drupal_error_levels in drupal-7.x/includes/errors.inc
Maps PHP error constants to watchdog severity levels.
file_unmanaged_delete in drupal-7.x/includes/file.inc
Deletes a file without database changes or hook invocations.
hook_watchdog in drupal-7.x/modules/system/system.api.php
Log an event message.
menu_delete_menu_confirm_submit in drupal-7.x/modules/menu/menu.admin.inc
Delete a custom menu and all links in it.
menu_item_delete_form_submit in drupal-7.x/modules/menu/menu.admin.inc
Process menu delete form submissions.
ModuleTestCase::assertLogMessage in drupal-7.x/modules/system/system.test
Verify a log entry was entered for a module's status change. Called in the same way of the expected original watchdog() execution.
node_form_submit in drupal-7.x/modules/node/node.pages.inc
Form submission handler for node_form().
node_type_delete_confirm_submit in drupal-7.x/modules/node/content_types.inc
Process content type delete confirm submissions.
node_type_form_submit in drupal-7.x/modules/node/content_types.inc
Form submission handler for node_type_form().
profile_field_delete_submit in drupal-7.x/modules/profile/profile.admin.inc
Process a field delete form submission.
profile_field_form_submit in drupal-7.x/modules/profile/profile.admin.inc
Process profile_field_form submissions.
search_view in drupal-7.x/modules/search/search.pages.inc
Menu callback; presents the search form and/or search results.
taxonomy_form_term_submit in drupal-7.x/modules/taxonomy/taxonomy.admin.inc
Submit handler to insert or update a term.
taxonomy_form_vocabulary_submit in drupal-7.x/modules/taxonomy/taxonomy.admin.inc
Form submission handler for taxonomy_form_vocabulary().
taxonomy_term_confirm_delete_submit in drupal-7.x/modules/taxonomy/taxonomy.admin.inc
Submit handler to delete a term after confirmation.
taxonomy_vocabulary_confirm_delete_submit in drupal-7.x/modules/taxonomy/taxonomy.admin.inc
Submit handler to delete a vocabulary after confirmation.
taxonomy_vocabulary_confirm_reset_alphabetical_submit in drupal-7.x/modules/taxonomy/taxonomy.admin.inc
Submit handler to reset a vocabulary to alphabetical order after confirmation.
user_cancel_confirm_form_submit in drupal-7.x/modules/user/user.pages.inc
Submit handler for the account cancellation confirm form.
user_register_submit in drupal-7.x/modules/user/user.module
Submit handler for the user registration form.
watchdog in drupal-7.x/includes/bootstrap.inc
Logs a system message.
watchdog_severity_levels in drupal-7.x/includes/common.inc
Returns a list of severity levels, as defined in RFC 3164.
watchdog_skip_semaphore in drupal-7.x/modules/simpletest/tests/actions_loop_test.module
Replacement of the watchdog() function that eliminates the use of semaphores so that we can test the abortion of an action loop.
_user_cancel in drupal-7.x/modules/user/user.module
Last batch processing step for cancelling a user account.