Options
All
  • Public
  • Public/Protected
  • All
Menu
description

A DTO class that consists of the transferable properties of a log.

since

v0.3.2

Hierarchy

Index

Constructors

  • new LogDTO(data?: any): LogDTO

Properties

label: string

The label content of the log.

example

"statistics/LeaderboardAggregation/W"

access

public

var

{string}

level: LogLevel

The level of the log.

example

"log"

access

public

see

LogLevel

var

{LogLevel}

message: string

The message content of the log.

example

"Log message content"

access

public

var

{string}

meta: object

The meta object content of the log.

example

{context: "context", stack: ["stack message"], timestamp: "2022-11-01T16:15:14.312Z"}

access

public

var

{object}

timestamp: Date

The timestamp in which the log occurred and was persisted.

access

public

var

{Date}

Generated using TypeDoc