func()

in funcframework/logging.go [173:179]


func (w *structuredLogWriter) Close() error {
	if len(w.buf) == 0 {
		return nil
	}
	_, err := w.writeStructuredLog(w.loggingIDs, string(w.buf))
	return err
}