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

Method error

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

Source from the content-addressed store, hash-verified

28 }
29
30 error(message: string): void {
31 this.host.log('error', message);
32 }
33
34 log(level: LogLevel, message: string): void {
35 this.host.log(level, message);

Callers 15

SoundProviderFunction · 0.80
reportErrorFunction · 0.80
ensureDirFunction · 0.80
pluginStore.tsxFile · 0.80
saveToDiskFunction · 0.80
saveToDiskFunction · 0.80
updaterStore.tsFile · 0.80
ImportFromUrlProviderFunction · 0.80
useShortcutRecorderFunction · 0.80
createStreamingHostFunction · 0.80

Calls 1

logMethod · 0.80

Tested by

no test coverage detected