Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace LogEntry

Log entry for an operation resulting from a job's execution.

Properties

Optional level

level: Level

Specifies the severity level of the log entry.

Optional message

message: undefined | string

The log entry value.

Optional timestamp

timestamp: Date

The date and time of the log entry. Format is defined by RFC3339. Example: {@code 2020-01-25T21:10:29.600Z}

Optional type

type: Type

Specifies the log type for the log entry.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: LogEntry): object

getJsonObj