MathiasGrimm\LaravelLogKeeper\Repos\LocalLogsRepo::get PHP Méthode

get() public méthode

public get ( $log )
    public function get($log)
    {
        $path = "{$this->localLogPath}/{$log}";
        return $this->disk->get($path);
    }