func()

in internal/pkg/loggerfactory/loggerfactory.go [179:181]


func (h *LevelHandler) Handle(ctx context.Context, r slog.Record) error {
	return h.handler.Handle(ctx, r)
}