MCPcopy
hub / github.com/nukeop/nuclear / trace

Method trace

packages/plugin-sdk/src/api/logger.ts:14–16  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

12 }
13
14 trace(message: string): void {
15 this.host.log('trace', message);
16 }
17
18 debug(message: string): void {
19 this.host.log('debug', message);

Callers 1

logger.test.tsFile · 0.80

Calls 1

logMethod · 0.80

Tested by

no test coverage detected