|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
Console output sink implementation (stdout/stderr) kcenon. More...


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 |
Console output sink implementation (stdout/stderr) kcenon.
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.