Neos\Flow\Log\Backend\BackendInterface::close PHP Méthode

close() public méthode

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
Résultat void
    public function close();
BackendInterface