Sese Framework  2.3.0
A cross-platform framework
Loading...
Searching...
No Matches
AsyncLogger.h File Reference

Asynchronous logger. More...

#include <sese/record/Logger.h>
#include <sese/thread/Thread.h>
#include <sese/io/FixedBuilder.h>
#include <atomic>
#include <mutex>
#include <condition_variable>

Go to the source code of this file.

Classes

class  sese::record::AsyncLogger
 Asynchronous logger. More...
 

Namespaces

namespace  sese
 
namespace  sese::record
 

Detailed Description

Asynchronous logger.

Author
kaoru
Date
June 11, 2023
Version
0.1.0
Bug
Using valgrind tests will definitely produce memory leaks here, but using the -fsanitize=leak option for testing everything works fine