Scalr\LogCollector\AbstractLogger::isEnabled PHP Method

isEnabled() public method

Returns whether logger is enabled
public isEnabled ( ) : boolean
return boolean true if logger enabled, else - false
    public function isEnabled()
    {
        return $this->enabled === true;
    }