18 string references to 'watchdog'

ActionLoopTestCase::testActionLoop in drupal-7.x/modules/simpletest/tests/actions.test
Set up a loop with 3 - 12 recursions, and see if it aborts properly.
actions_loop_test_trigger_info in drupal-7.x/modules/simpletest/tests/actions_loop_test.module
Implements hook_trigger_info().
actions_loop_test_watchdog in drupal-7.x/modules/simpletest/tests/actions_loop_test.module
Implements hook_watchdog().
bootstrap_hooks in drupal-7.x/includes/bootstrap.inc
Defines the critical hooks that force modules to always be loaded.
CommentActionsTestCase::clearWatchdog in drupal-7.x/modules/comment/comment.test
Helper function: clear the watchdog.
DBLogTestCase::testFilter in drupal-7.x/modules/dblog/dblog.test
Tests the database log filter functionality at admin/reports/dblog.
dblog_clear_log_submit in drupal-7.x/modules/dblog/dblog.admin.inc
Form submission handler for dblog_clear_log_form().
dblog_cron in drupal-7.x/modules/dblog/dblog.module
Implements hook_cron().
dblog_overview in drupal-7.x/modules/dblog/dblog.admin.inc
Page callback: Displays a listing of database log messages.
dblog_schema in drupal-7.x/modules/dblog/dblog.install
Implements hook_schema().
dblog_top in drupal-7.x/modules/dblog/dblog.admin.inc
Page callback: Shows the most frequent log messages of a given event type.
dblog_update_7001 in drupal-7.x/modules/dblog/dblog.install
Update the {watchdog} table.
dblog_update_7002 in drupal-7.x/modules/dblog/dblog.install
Add an index to the severity column in the watchdog database table.
dblog_watchdog in drupal-7.x/modules/dblog/dblog.module
Implements hook_watchdog().
drupal-6.bare.database.php in drupal-7.x/modules/simpletest/tests/upgrade/drupal-6.bare.database.php
Bare installation of Drupal 6.17, for test purposes.
drupal-6.filled.database.php in drupal-7.x/modules/simpletest/tests/upgrade/drupal-6.filled.database.php
Filled installation of Drupal 6.17, for test purposes.
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.
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.