Iyengar111 NanoLog Source Code Reading
Deep dive into NanoLog, an extremely fast C++ logging library: how it achieves nanosecond-scale latency with lock-free queues and cache-line alignment.
Deep dive into NanoLog, an extremely fast C++ logging library: how it achieves nanosecond-scale latency with lock-free queues and cache-line alignment.
Source code analysis of Google’s glog logging library: how it handles log severity, log file rotation, signal handling, and thread safety.