(format string, args ...any)
| 88 | } |
| 89 | |
| 90 | func (l *gcloudRecorderLogger) Errorf(format string, args ...any) { |
| 91 | level.Error(l.logger).Log("msg", fmt.Sprintf(format, args...)) |
| 92 | } |
| 93 | |
| 94 | // TODO(bwplotka): gcloudtracer is archived. Find replacement. For now wrap traceClient for compatibility. |
| 95 | type compTraceWrapper struct { |