@nevware21/ts-debug
    Preparing search index...

    Interface IDbgLogCtx

    Identifies the log message context which is passed to the IDbgProvider instance.

    interface IDbgLogCtx {
        lvl: number;
        name: string;
        usr: IDbgUsrCtx;
    }
    Index

    Properties

    Properties

    lvl: number

    Identifies the logging level of this log message

    name: string

    The name of the current logger, based on the names of the current debug instance and any parent.

    Optional user context values that are passed along to the provider