CacheTool\Monolog\ConsoleHandler::close PHP Method

close() public method

Disables the output.
public close ( )
    public function close()
    {
        $this->output = null;
        parent::close();
    }