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

Console output sink implementation (stdout/stderr) kcenon. More...

#include <iostream>
#include <mutex>
#include "../interfaces/output_sink_interface.h"
Include dependency graph for console_sink.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::logger::console_sink
 Outputs log messages to console (stdout or stderr) More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::logger
 

Detailed Description

Console output sink implementation (stdout/stderr) kcenon.

Since
1.3.0
Version
Sprint 5-6 - Writer Refactoring

Provides console output functionality following SRP. This sink handles ONLY I/O to stdout/stderr, with no formatting logic. All formatting should be done by a formatter before messages reach this sink.

Definition in file console_sink.h.