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

delete() public method

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