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
Currently, the breakup model uses spdlog's default logger. Therefore it is not trivial to silence it in a project that uses spdlog too and doe not what to silence all loggers.
Suggested Solution
Use a named logger with a sensible name. Maybe also offer functions to directly access it.
The text was updated successfully, but these errors were encountered:
Description
Currently, the breakup model uses
spdlog
's default logger. Therefore it is not trivial to silence it in a project that uses spdlog too and doe not what to silence all loggers.Suggested Solution
Use a named logger with a sensible name. Maybe also offer functions to directly access it.
The text was updated successfully, but these errors were encountered: