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

    Type Alias DbgLogFunc

    DbgLogFunc: (message: string, data?: any) => void

    Identifies the log message function.

    Type Declaration

      • (message: string, data?: any): void
      • Parameters

        • message: string

          The basic message to be reported

        • Optionaldata: any

          An Optional data component that should be reported with the message

        Returns void