Interface Event<T>

interface Event<T> {
    distinctId?: string;
    message?: string;
    severity?: LogLevel;
}

Type Parameters

  • T

Hierarchy (view full)

Properties

distinctId?: string
message?: string
severity?: LogLevel