Documentation
    Preparing search index...

    Interface DebugInfoOptions

    interface DebugInfoOptions {
        args: any[];
        className: string;
        debugArgs: boolean;
        debugTime: boolean;
        logger: ILogger;
        logLevel: LogLevel;
        methodName: string;
        start: any;
    }
    Index

    Properties

    args: any[]

    Call arguments

    className: string

    Class name

    debugArgs: boolean

    Turns on/off args debugging

    debugTime: boolean

    Turns on/off time debugging

    logger: ILogger

    Logger implementation

    logLevel: LogLevel

    Log level to use for the call

    methodName: string

    Method name

    start: any

    Execution start timestamp