What format should be used for audit output?
Auditor::FORMAT_* $auditFormat:
Installer
public function setAuditFormat(string $auditFormat) : self { $this->auditFormat = $auditFormat; return $this; }