Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
Loading...
Searching...
No Matches
formatted_writer.cpp File Reference
Include dependency graph for formatted_writer.cpp:

Go to the source code of this file.

Namespaces

namespace  kcenon
 
namespace  kcenon::logger
 

Functions

std::unique_ptr< formatted_writerkcenon::logger::make_formatted_writer (std::unique_ptr< log_writer_interface > writer, std::unique_ptr< log_formatter_interface > formatter)
 Factory function to create a formatted writer.