|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
Template-based customizable formatter for structured logging kcenon. More...
#include "../interfaces/log_entry.h"#include "../interfaces/log_formatter_interface.h"#include "../utils/time_utils.h"#include "../utils/string_utils.h"#include <sstream>#include <iomanip>#include <vector>#include <type_traits>#include <variant>#include <kcenon/common/interfaces/logger_interface.h>

Go to the source code of this file.
Classes | |
| class | kcenon::logger::template_formatter |
| Customizable formatter using template strings with placeholders. More... | |
| struct | kcenon::logger::template_formatter::template_segment |
| Segment of parsed template. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::logger |
Template-based customizable formatter for structured logging kcenon.
Formats log messages using user-defined templates with placeholders. Placeholders are replaced with actual log entry values at runtime.
Supported placeholders:
Definition in file template_formatter.h.