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

Method log

packages/plugin-sdk/src/api/logger.ts:34–36  ·  view source on GitHub ↗
(level: LogLevel, message: string)

Source from the content-addressed store, hash-verified

32 }
33
34 log(level: LogLevel, message: string): void {
35 this.host.log(level, message);
36 }
37}

Callers 12

handleExportFunction · 0.80
handleOpenLogFolderFunction · 0.80
traceMethod · 0.80
debugMethod · 0.80
infoMethod · 0.80
warnMethod · 0.80
errorMethod · 0.80
loggerHost.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected