ixfx
    Preparing search index...

    Type Alias LogMessage

    type LogMessage = {
        category?: string;
        kind?: LogKind;
        msg: any;
    }
    Index

    Properties

    Properties

    category?: string
    kind?: LogKind
    msg: any