Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...
    type LogEntry = {
        args: unknown[];
        from: string;
        level: LogLevel;
        options: { currentRequestInfo?: LogCurrentRequest; userVisible?: boolean };
        trace?: string;
    }
    Index

    Properties

    args: unknown[]
    from: string
    level: LogLevel
    options: { currentRequestInfo?: LogCurrentRequest; userVisible?: boolean }
    trace?: string