easyloggingpp
Logging library
A single-header logging library for C++ applications with support for asynchronous logging, thread safety, and custom log patterns.
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 write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc.
4k stars
191 watching
931 forks
Language: C++
last commit: 8 months ago
Linked from 3 awesome lists
c-plus-plusc-plus-plus-11cppcrash-handlercross-platformefficient-logginglanguagelogginglogging-libraryperformance-analysisstacktracethread-safety
Related projects:
Repository | Description | Stars |
---|---|---|
gabime/spdlog | Fast and flexible logging library for C++ applications. | 24,698 |
platformlab/nanolog | A high-performance logging system that uses compile-time extraction and runtime hotpath optimization to achieve low latency. | 3,018 |
tencent/bqlog | A high-performance logging system designed for low-memory consumption and high-compression rates. | 257 |
christianpanov/lwlog | A fast and efficient C++ logging library designed with high performance and maintainability in mind. | 230 |
odygrd/quill | A high-performance asynchronous logging library for C++ applications | 1,775 |
google/glog | A C++ logging library that provides application-level logging APIs | 7,136 |
sergiusthebest/plog | A portable and flexible C++ logging library with unique features such as CSV log format and wide string support. | 2,242 |
abumq/qmllogging | A lightweight logging library specifically designed for use in Qt-based QML applications. | 22 |
rxi/log.c | A logging library with configuration options and output targets | 2,811 |
kjellkod/g3log | An asynchronous logger that provides a simple and crash-safe way to log events in C++ applications. | 910 |
emilk/loguru | A lightweight logging library for C++ that provides flexible and configurable logging capabilities. | 1,797 |
mattiasflodin/reckless | A high-throughput logging library designed to minimize performance impact | 491 |
rs/zerolog | Provides fast and simple logging with JSON output, minimizing allocations and reflection. | 10,738 |
log4cplus/log4cplus | An API providing thread-safe and flexible logging capabilities | 1,656 |
microsoft/faster | A high-performance concurrent key-value store and log library designed for cloud applications. | 6,334 |