|
logman 0.1.0
Modern C++23 header-only logging manager wrapping spdlog with channels, listeners, and structured events
|
Plain-old-data structure describing one log record. More...
#include <chrono>#include <cstdint>#include <string>

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... | |
Plain-old-data structure describing one log record.
Decoupled from any JSON dependency — see log_event_json.hpp for the optional nlohmann/json adapter.