You are here

public function WatchdogSyslog::getResultFail in Site Audit 8.3

.

Overrides SiteAuditCheckBase::getResultFail

File

src/Plugin/SiteAuditCheck/WatchdogSyslog.php, line 23

Class

WatchdogSyslog
Provides the WatchdogSyslog Check.

Namespace

Drupal\site_audit\Plugin\SiteAuditCheck

Code

public function getResultFail() {
  return $this
    ->t('Syslog logging is enabled!');
}