AgvAdapterDebugger: ((formatter: any, ...args: any[]) => void)

Type declaration

    • (formatter: any, ...args: any[]): void
    • A debugger function associated with an AGV adapter.

      Used to log informational, debug, and error messages. The first argument is a formatter string with printf-style formatting supporting the following directives: %O (object multi-line), %o (object single-line), %s (string), %d (number), %j (JSON), %% (escape).

      Parameters

      • formatter: any
      • Rest ...args: any[]

      Returns void

Generated using TypeDoc