logman 0.1.0
Modern C++23 header-only logging manager wrapping spdlog with channels, listeners, and structured events
Loading...
Searching...
No Matches
log_event.hpp File Reference

Plain-old-data structure describing one log record. More...

#include <chrono>
#include <cstdint>
#include <string>
Include dependency graph for log_event.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  logman::LogEvent
 One log record, captured by ListenerSink and (optionally) emitted as JSON by JsonFormatter. More...
 

Detailed Description

Plain-old-data structure describing one log record.

Decoupled from any JSON dependency — see log_event_json.hpp for the optional nlohmann/json adapter.