The Wayback Machine - https://web.archive.org/web/20220901065045/https://github.com/topics/efficient-logging
Skip to content
#

efficient-logging

Here are 2 public repositories matching this topic...

Language: All
Filter by language

Single header C++ logging library. It is extremely powerful, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc.

  • Updated Aug 29, 2022
  • C++

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, It is a high performance, asynchronized, thread-safe (uses atomic API to synchronize) log library for C/C++, it directly dumps argument list rather than printing formatted string. Currently, it supports 64bit Linux only, for C++ it doesn't support "<<" operation, only supports printf arguments format.

  • Updated Apr 19, 2017
  • C

Improve this page

Add a description, image, and links to the efficient-logging topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the efficient-logging topic, visit your repo's landing page and select "manage topics."

Learn more