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
For pretty much any production usage you'd want to redirect all logging into the application log file (not std::cerr).
Would be great to have a way to integrate a third party logger, can be as simple as a <severity, message> callback.