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

Structured log context with key-value metadata for correlation. More...

#include <chrono>
#include <string_view>
#include <thread>
Include dependency graph for log_context.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Structured log context with key-value metadata for correlation.

Definition in file log_context.h.