@logixjs/sandbox
    Preparing search index...

    Interface LogEvent

    interface LogEvent {
        payload: LogEntry;
        type: "LOG";
    }
    Index

    Properties

    Properties

    payload: LogEntry
    type: "LOG"