Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
Loading...
Searching...
No Matches
log_collector.h File Reference

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>
Include dependency graph for log_collector.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Asynchronous log collector using C++20 std::jthread kcenon.

Since
1.3.0 - Standalone implementation without thread_system dependency

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.