Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
Loading...
Searching...
No Matches
high_performance_async_writer.cpp File Reference
#include "high_performance_async_writer.h"
#include <algorithm>
Include dependency graph for high_performance_async_writer.cpp:

Go to the source code of this file.

Namespaces

namespace  kcenon
 
namespace  kcenon::logger
 
namespace  kcenon::logger::async
 

Functions

std::unique_ptr< high_performance_async_writerkcenon::logger::async::make_high_performance_async_writer (log_writer_ptr writer, const high_performance_async_writer::config &cfg=high_performance_async_writer::config{})
 Factory function to create a high-performance async writer.