|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
Asynchronous log collector using C++20 std::jthread kcenon. More...
#include <kcenon/common/interfaces/logger_interface.h>#include <kcenon/logger/interfaces/log_writer_interface.h>#include <kcenon/logger/logger_export.h>#include <atomic>#include <chrono>#include <memory>#include <vector>

Go to the source code of this file.
Classes | |
| class | kcenon::logger::log_collector |
| Asynchronous log collector for high-performance logging. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::logger |
Asynchronous log collector using C++20 std::jthread kcenon.
This collector uses C++20 std::jthread with std::stop_token for cooperative cancellation, eliminating the need for external thread libraries.
Definition in file log_collector.h.