LogEntry interface
A single logging event.
Signature:
export interface LogEntry
Remarks
Each message has its own instance of this, with relevant data attached.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
Writable<RLogConfig> | A | ||
(Optional) The context used when sending the log, if there was one present at all. | |||
Additional data associated with the log entry. | |||
Additional data associated with the log entry, encoded to be presentable in the roblox console. | |||
The log level of the entry. | |||
string | The message associated with the log entry. | ||
Metadata detailing where in the source this log occurred. | |||
number | The epoch milliseconds in which the log occurred. |