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

Base interface for all log writers and decorators. More...

#include <string>
#include <chrono>
#include <memory>
#include <kcenon/common/patterns/result.h>
#include <kcenon/logger/core/error_codes.h>
Include dependency graph for log_writer_interface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

interface  kcenon::logger::log_writer_interface
 Base interface for all log writers and decorators. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::logger
 

Typedefs

using kcenon::logger::log_writer_ptr = std::unique_ptr<log_writer_interface>
 Type alias for writer unique pointer.
 

Detailed Description

Base interface for all log writers and decorators.

See also
writers/ For concrete implementations

Definition in file log_writer_interface.h.