logbxr
Logbxr is a cross-platform, open-source logging library designed for high-throughput applications and distributed systems. It offers a unified API for emitting structured logs and supports pluggable backends, enabling developers to direct log data to files, consoles, network endpoints, or external log-management services. The library emphasizes low overhead, safety in concurrent environments, and easy integration with application code.
Core features include asynchronous, non-blocking emission, multi-thread safety, and structured logging in JSON or key-value formats.
Logbxr uses a modular architecture with a core API, formatters, and sinks. A central router directs records
It is designed to be accessible from multiple languages via bindings or native integrations, including C, C++,
Logbxr originated as an open-source project in the early 2020s, developed by a community of contributors to