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

    Interface IDbgConfig

    The structure of the configuration that can be passed to the IDbg during creation of a new instance

    interface IDbgConfig {
        lvl?: number;
        name?: string;
        usr?: DbgContextValues;
    }
    Index

    Properties

    Properties

    lvl?: number

    Identifies the maximum logging level supported by the logger, even if a provider is configured to support a lower debugging level this debug instance will not pass it on.

    name?: string

    Identifies the name to be included for all messages originating from the logger that is passed this config.

    Optional user context values that are passed along to the provider