Interface ILogPayloadBase

The base log payload type.

interface ILogPayloadBase {
    data: any;
    level: LogLevel;
    type: string;
}

Hierarchy (view full)

Properties

Properties

data: any

Data

level: LogLevel

Log level

type: string

Type of log data.