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
Maybe we're ready for Boost libs? There's a lot of great enhancements available to the library and it works well for Modern C++. It also has a great logging framework with rotation, mode, and verbosity handlers (defer to BOOST our current logic).
The current logger implementation is very basic: it just appends lines to a txt file.
Features to implement:
a
) or overwrite on startup (w
)Ideally there should be a "global log config" in nwnx.ini, that can be overridden by plugin-specific config files
The text was updated successfully, but these errors were encountered: