Neos\Flow\Log\Backend\BackendInterface::close PHP Method

close() public method

Carries out all actions necessary to cleanly close the logging backend, such as closing the log file or disconnecting from a database.
public close ( ) : void
return void
    public function close();
BackendInterface