|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
Asynchronous wrapper for log writers. More...
#include "queued_writer_base.h"#include <queue>#include <thread>#include <condition_variable>#include <iostream>

Go to the source code of this file.
Classes | |
| class | kcenon::logger::async_writer |
| Asynchronous wrapper for log writers. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::logger |
Asynchronous wrapper for log writers.
This file provides an asynchronous wrapper that can be used with any base_writer implementation to make it asynchronous.
Definition in file async_writer.h.