actions_loop_test_watchdog in modules/simpletest/tests/actions_loop_test.module
Implements hook_watchdog().
bootstrap_hooks in includes/bootstrap.inc
Defines the critical hooks that force modules to always be loaded.
CommentActionsTestCase::clearWatchdog in modules/comment/comment.test
Helper function: clear the watchdog.
DBLogTestCase::testFilter in modules/dblog/dblog.test
Tests the database log filter functionality at admin/reports/dblog.
dblog_clear_log_submit in modules/dblog/dblog.admin.inc
Form submission handler for dblog_clear_log_form().
dblog_overview in modules/dblog/dblog.admin.inc
Page callback: Displays a listing of database log messages.
dblog_top in modules/dblog/dblog.admin.inc
Page callback: Shows the most frequent log messages of a given event type.
dblog_update_7001 in modules/dblog/dblog.install
Update the {watchdog} table.
dblog_update_7002 in modules/dblog/dblog.install
Add an index to the severity column in the watchdog database table.
dblog_update_7003 in modules/dblog/dblog.install
Account for possible legacy systems where dblog was not installed.
drupal-6.bare.database.php in modules/simpletest/tests/upgrade/drupal-6.bare.database.php
drupal-6.filled.database.php in modules/simpletest/tests/upgrade/drupal-6.filled.database.php
ModuleTestCase::assertLogMessage in 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.
UserActionsTest::testUserBlockUnBlockActions in modules/user/user.test
Tests user block and unblock actions.
watchdog_skip_semaphore in 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.
_drupal_log_error in includes/errors.inc
Logs a PHP error or exception and displays an error page in fatal cases.