MCPcopy Index your code
hub / github.com/Effect-TS/effect / trace

Method trace

packages/effect/src/Console.ts:48–48  ·  view source on GitHub ↗
(...args: ReadonlyArray<any>)

Source from the content-addressed store, hash-verified

46 timeEnd(label?: string): Effect<void>
47 timeLog(label?: string, ...args: ReadonlyArray<any>): Effect<void>
48 trace(...args: ReadonlyArray<any>): Effect<void>
49 warn(...args: ReadonlyArray<any>): Effect<void>
50 readonly unsafe: UnsafeConsole
51}

Callers 3

traceFunction · 0.65
loggerWithLeveledLogFunction · 0.65
traceFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected