Neos\Flow\Log\Backend\FileBackend::close PHP Метод

close() публичный Метод

Note: for this backend we do nothing here and rely on PHP to close the filehandle when the request ends. This is to allow full logging until request end.
public close ( ) : void
Результат void
    public function close()
    {
    }