public function SiteAuditCheckWatchdogSyslog::getDescription in Site Audit 8.2
Same name and namespace in other branches
- 7 Check/Watchdog/Syslog.php \SiteAuditCheckWatchdogSyslog::getDescription()
Implements \SiteAudit\Check\Abstract\getDescription().
Overrides SiteAuditCheckAbstract::getDescription
File
- Check/
Watchdog/ Syslog.php, line 22 - Contains \SiteAudit\Check\Watchdog\Syslog.
Class
- SiteAuditCheckWatchdogSyslog
- Class SiteAuditCheckWatchdogSyslog.
Code
public function getDescription() {
return dt('Check to see if syslog logging is enabled');
}