ADTF File Library
Loading...
Searching...
No Matches
adtf_file::LogEntry Struct Reference

Bundles all data associated with a single log event. More...

#include <log.h>

Collaboration diagram for adtf_file::LogEntry:
[legend]

Public Attributes

std::chrono::system_clock::time_point timestamp
 Wall-clock time when the event occurred.
 
LogLevel log_level
 Severity of the message.
 
std::string_view message
 Human-readable description of the event.
 
SourceLocation location
 Source code location that produced the entry.
 

Detailed Description

Bundles all data associated with a single log event.


The documentation for this struct was generated from the following file: