A DTO class that consists of the transferable properties of a log.
v0.3.2
Constructs an instance of this DTO.
The label content of the log.
"statistics/LeaderboardAggregation/W"
public
{string}
The level of the log.
"log"
LogLevel
{LogLevel}
The message content of the log.
"Log message content"
The meta object content of the log.
{context: "context", stack: ["stack message"], timestamp: "2022-11-01T16:15:14.312Z"}
{object}
The timestamp in which the log occurred and was persisted.
{Date}
Generated using TypeDoc
A DTO class that consists of the transferable properties of a log.
v0.3.2