Neos\Flow\Log\Backend\BackendInterface::close PHP 메소드

close() 공개 메소드

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
리턴 void
    public function close();
BackendInterface