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
Add a proper logging library. Right now it just uses printf. No longer sufficient. Have used spdlogs in other C++ projects and I enjoyed that. Must make sure that a pointer to the logger instance can be passed to each DLL.
The text was updated successfully, but these errors were encountered:
Add a proper logging library. Right now it just uses printf. No longer sufficient. Have used spdlogs in other C++ projects and I enjoyed that. Must make sure that a pointer to the logger instance can be passed to each DLL.
The text was updated successfully, but these errors were encountered: