Scalr\LogCollector\AuditLogger::setSystemTask PHP Method

setSystemTask() public method

Sets system task
public setSystemTask ( string $systemTask ) : AuditLogger
$systemTask string System task
return AuditLogger
    public function setSystemTask($systemTask)
    {
        $this->systemTask = $systemTask;
        return $this;
    }