BLogger
BLogger copied to clipboard
An easy to use modern C++14/17 async cross-platform logger which supports custom formatting/patterns, colored output, Unicode, file logging, log rotation & more!
Results
2
BLogger issues
Sort by
recently updated
recently updated
newest added
Would you be able to change the colors used on windows ? They are all the "dark" version of them, and it's pretty much eye killing... The brighter versions are...
suggestion
First of all, great work! Second, why do I have to call flush to write to file ? I`m testing this on Windows with the following code: ``` auto custom_logger...
question