|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|

Files | |
| log_entry.h | |
| Data structures for representing log entries and source locations kcenon. | |
| log_filter_interface.h | |
| Interface for log filters used by filtered_logger. | |
| log_formatter_interface.h | |
| Interface for log message formatters (Strategy Pattern) kcenon. | |
| log_sink_interface.h | |
| Interface for log sinks that receive formatted output. | |
| log_writer_interface.h | |
| Base interface for all log writers and decorators. | |
| logger_types.h | |
| Common types and enumerations for logger system. | |
| output_sink_interface.h | |
| Interface for log output destinations (Single Responsibility Principle) kcenon. | |
| writer_category.h | |
| Writer category interfaces and type traits kcenon. | |