MCPcopy
hub / github.com/simstudioai/sim / debug

Method debug

packages/logger/src/index.ts:320–322  ·  view source on GitHub ↗

* Log a debug message * * Use for detailed information useful during development and debugging. * These logs are only shown in development environment by default.

(message: string, ...args: unknown[])

Source from the content-addressed store, hash-verified

318 * These logs are only shown in development environment by default.
319 */
320 debug(message: string, ...args: unknown[]) {
321 this.log(LogLevel.DEBUG, message, ...args)
322 }
323
324 /**
325 * Log an info message

Callers 15

index.test.tsFile · 0.80
processHostedKeyCostFunction · 0.80
buildListResponsesUrlFunction · 0.80
buildGetResponseUrlFunction · 0.80
buildGetFormUrlFunction · 0.80
buildCreateFormUrlFunction · 0.80
buildBatchUpdateUrlFunction · 0.80
buildListWatchesUrlFunction · 0.80
buildCreateWatchUrlFunction · 0.80
buildDeleteWatchUrlFunction · 0.80
buildRenewWatchUrlFunction · 0.80

Calls 1

logMethod · 0.95

Tested by 3

testFunction · 0.64
testFunction · 0.64
testFunction · 0.64