|
ADTF File Library
|
Bundles all data associated with a single log event. More...
#include <log.h>
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. | |
Bundles all data associated with a single log event.