@runloop/agent-axon-client
    Preparing search index...

    Type Alias LogFn

    LogFn: (tag: string, ...args: unknown[]) => void

    Diagnostic log callback used throughout the SDK for verbose logging.

    Type Declaration

      • (tag: string, ...args: unknown[]): void
      • Parameters

        • tag: string

          Short label identifying the call site (e.g. "connect", "readLoop").

        • ...args: unknown[]

          Arbitrary data to log alongside the tag.

        Returns void