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

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>
Include dependency graph for structured_log_builder.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Fluent builder for structured log entries kcenon.

Since
3.1.0

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.