|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
Structured log context with key-value metadata for correlation. More...
#include <chrono>#include <string_view>#include <thread>

Go to the source code of this file.
Classes | |
| struct | kcenon::logger::core::log_context |
| Log context containing source location information. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::logger |
| namespace | kcenon::logger::core |
Functions | |
| log_context | kcenon::logger::core::make_log_context (std::string_view file, int line, std::string_view function) |
| Create a log context with source location. | |
Structured log context with key-value metadata for correlation.
Definition in file log_context.h.