Easyloggingpp is a C++ logging library and thread-safe logging framework used for recording diagnostic messages and application events. It functions as an asynchronous logger, processing messages on a background thread to reduce latency and prevent blocking the main execution path. The project includes a log rotation manager to automatically truncate or roll over files once they reach a specified disk size limit. It also serves as a performance tracking tool for measuring function execution timing and recording checkpoints to identify processing bottlenecks. The library covers a broad range
G3log is an asynchronous, "crash safe", logger that is easy to use with default logging sinks or you can add your own. G3log is made with plain C++14 (C++11 support up to release 1.3.2) with no external libraries (except gtest used for unit tests). G3log is made to be cross-platform, currently running on OSX, Windows and several Linux distros. See Readme below for details of usage.
Principalele funcționalități ale kjellkod/g3log sunt: Logging Frameworks.
Alternativele open-source pentru kjellkod/g3log includ: afiqiqmal/ezylogger — Simple Logger for Android. amrayn/easyloggingpp — Easyloggingpp is a C++ logging library and thread-safe logging framework used for recording diagnostic messages and… apache/log4j — Dear Log4j community,. boostorg/log — Boost Logging library. bugfender/bugfendersdk-android-sample — Example application using Bugfender SDK in Android. 3hren/blackhole — Yet another logging library.