function drush_site_audit_audit_watchdog in Site Audit 7
Audit the database logs of a Drupal site.
File
- ./
site_audit.drush.inc, line 620 - Drupal site auditing commands.
Code
function drush_site_audit_audit_watchdog() {
$report = new SiteAuditReportWatchdog();
$report
->render();
}