rapidsai / rmm

RAPIDS Memory Manager
https://docs.rapids.ai/api/rmm/stable/
Apache License 2.0
478 stars 195 forks source link

Deprecate support for directly accessing logger #1690

Open vyasr opened 3 days ago

vyasr commented 3 days ago

Description

Contributes to https://github.com/rapidsai/build-planning/issues/104

This PR removes support for accessing rmm's underlying spdlog logger directly.

Checklist

wence- commented 2 days ago

Setting to do not merge, I think the Cython bindings in rmm/_lib/logger.pyx also want updated.