Arcanedev\LogViewer\Http\Controllers\LogViewerController::download PHP Method

download() public method

Download the log
public download ( string $date ) : BinaryFileResponse
$date string
return Symfony\Component\HttpFoundation\BinaryFileResponse
    public function download($date)
    {
        return $this->logViewer->download($date);
    }