You are here

public function SiteAuditCheckWatchdogSyslog::getDescription in Site Audit 7

Same name and namespace in other branches
  1. 8.2 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');
}