You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task rapidsai/build-planning#104 documents removing spdlog in favor of a logger API that will become the standard among cuDF/RMM/and any other library.
We should try to use this directly, instead of using spdlog directly. We'll need to make sure we can retain the functionality we need for our state machine logging so we should be following the development of the new logger api to ensure it satisfies our needs as well.
I don't think we want to tie our logging to the cudf logger. Currently we try to disable cudf logging, and if we use their logger then we'll also disable our own logging. Therefore we'll need to keep the loggers separate so we can control them separately.
This task rapidsai/build-planning#104 documents removing spdlog in favor of a logger API that will become the standard among cuDF/RMM/and any other library.
We should try to use this directly, instead of using spdlog directly. We'll need to make sure we can retain the functionality we need for our state machine logging so we should be following the development of the new logger api to ensure it satisfies our needs as well.
Related #2679
The text was updated successfully, but these errors were encountered: