/Cpp-Async-Logger

A simple logger that performs file writes in another threads, making "log(string);" calls from the main thread really quick and unexpensive. It's not optimized for when multiple threads are trying to log data, but it will still work properly.

Primary LanguageC++

Stargazers