Arcanedev\LogViewer\Http\Controllers\LogViewerController::download PHP 메소드

download() 공개 메소드

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