MCPcopy Create free account
hub / github.com/arctic-cli/interface / logDebug

Function logDebug

packages/arctic/src/auth/antigravity-oauth/debug.ts:187–189  ·  view source on GitHub ↗

* Writes a single debug line using the configured writer.

(line: string)

Source from the content-addressed store, hash-verified

185 * Writes a single debug line using the configured writer.
186 */
187function logDebug(line: string): void {
188 logWriter(line);
189}
190
191/**
192 * Converts unknown error-like values into printable strings.

Callers 8

logAccountContextFunction · 0.70
logRateLimitEventFunction · 0.70
logRateLimitSnapshotFunction · 0.70
logResponseBodyFunction · 0.70
logModelFamilyFunction · 0.70
debugLogToFileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected