|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
Fluent builder for structured log entries kcenon. More...
#include <kcenon/logger/interfaces/log_entry.h>#include <kcenon/common/interfaces/logger_interface.h>#include <string>#include <functional>

Go to the source code of this file.
Classes | |
| class | kcenon::logger::structured_log_builder |
| Fluent builder for creating structured log entries. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::logger |
Fluent builder for structured log entries kcenon.
Provides a fluent interface for building structured log entries with arbitrary key-value fields. Integrates with the main logger class.
Definition in file structured_log_builder.h.