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

put() public method

public put ( $log, $content )
    public function put($log, $content)
    {
        $this->disk->put($log, $content);
    }