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

Asynchronous wrapper for log writers. More...

#include "queued_writer_base.h"
#include <queue>
#include <thread>
#include <condition_variable>
#include <iostream>
Include dependency graph for async_writer.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.