MathiasGrimm\LaravelLogKeeper\Repos\LocalLogsRepo::getCompressed PHP Method

getCompressed() public method

public getCompressed ( )
    public function getCompressed()
    {
        $allLogs = $this->disk->files($this->localLogPath);
        $logs = LogUtil::getCompressed($allLogs);
        $logs = LogUtil::mapBasename($logs);
        return $logs;
    }