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

    Function makeLogger

    • Creates a timestamped diagnostic logger that writes to stderr.

      When called, the returned function only logs if verbose is true.

      Parameters

      • prefix: string

        Subsystem prefix (e.g. "acp-sdk", "claude-sdk").

      • verbose: boolean

        When false, the returned function is a no-op.

      Returns LogFn

      A (tag, ...args) => void logging function.