A single log message together with its metadata.
Synopsis
Declared in <util/log.h>
struct Entry;
Data Members
Name |
Description |
Category the message belongs to. |
|
Severity level of the message. |
|
The formatted log message text. |
|
Current mock time, or zero when unset. |
|
Hint for consumers if this entry should be ratelimited |
|
Source location the message was logged from. |
|
Internal name of the originating thread. |
|
Wall‐clock time the entry was created. |