Neos\Flow\Log\Backend\AnsiConsoleBackend::getDisableAnsi PHP Method

getDisableAnsi() public method

public getDisableAnsi ( ) : boolean
return boolean
    public function getDisableAnsi()
    {
        return $this->disableAnsi;
    }