DuckDB-WASM
    Preparing search index...

    Type Alias LogEntry<O, T, E, V>

    type LogEntry<O, T, E, V> = {
        event: E;
        level: LogLevel;
        origin: O;
        timestamp: Date;
        topic: T;
        value: V;
    }

    Type Parameters

    • O
    • T
    • E
    • V
    Index

    Properties

    event: E
    level: LogLevel
    origin: O
    timestamp: Date
    topic: T
    value: V