in spectator/logger/logger.go [35:37]
func (l *DefaultLogger) Errorf(format string, v ...interface{}) { slog.Error(fmt.Sprintf(format, v...)) }