C++ logging library. It is powerful, supports asynchronous low latency, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to w...
翻译 - 单头C ++日志记录库。它功能强大,可扩展,重量轻,性能快,线程和类型安全,并且具有许多内置功能。它提供了以您自己的自定义格式编写日志的功能。它还为记录类,第三方库,STL和第三方容器等提供支持。
zilog: Zero Impact Log, it allows your program to drop low priority logs to ensure a required capacity when CPUs are busy, it also provides a much higher log capacity than other log libraries, because...