Class LogEvent

Basic constructible event used by the rest of this library.

Hierarchy

  • LogEvent

Implements

Constructors

Properties

Constructors

  • Parameters

    • level: number
    • tag: string
    • message: string
    • params: undefined | any[] = undefined
    • timestamp: number = ...

    Returns LogEvent

Properties

level: number
message: string
params: undefined | any[] = undefined
tag: string
timestamp: number = ...

Generated using TypeDoc