MCPcopy
hub / github.com/triggerdotdev/trigger.dev / debug

Method debug

packages/core/src/v3/logger/index.ts:30–32  ·  view source on GitHub ↗
(message: string, metadata?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

28 }
29
30 public debug(message: string, metadata?: Record<string, unknown>) {
31 this.#getTaskLogger().debug(message, metadata);
32 }
33
34 public log(message: string, metadata?: Record<string, unknown>) {
35 this.#getTaskLogger().log(message, metadata);

Callers

nothing calls this directly

Calls 2

#getTaskLoggerMethod · 0.95
debugMethod · 0.65

Tested by

no test coverage detected