|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
Thread-safe base class for writer implementations kcenon. More...


Go to the source code of this file.
Classes | |
| class | kcenon::logger::thread_safe_writer |
| Base class providing automatic thread-safety for writer implementations. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::logger |
Thread-safe base class for writer implementations kcenon.
This file defines the thread_safe_writer base class that provides automatic thread synchronization for writer implementations. Derived classes implement the protected *_impl() methods and get thread-safety for free.
Design pattern: Template Method Pattern
Definition in file thread_safe_writer.h.