Cleverness for thread-safe logging
I need to modifying the logger to implement this:
Use STL streams for easy C++ thread-safe logging
This hadn’t occurred to me. It’ll be less efficient, but properly thread safe. It’s rare that messages actually get mixed up by the logging system, but it does happen.
Categories: Uncategorized