Time the message was logged, in milliseconds since the Unix epoch. Use new Date(timestamp) to get a Date.
Severity level of the message.
Category the message belongs to (e.g. the subsystem that emitted it).
The log message text.
Additional structured key/value metadata attached to the message.
Pre-formatted, human-readable representation of the message (timestamp, level, category, message and metadata).
Generated using TypeDoc
A structured log message emitted by RecordKit, delivered as the payload of the
'log'event.Example