Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
generate-release-notes.mjs
File · 0.80
Toaster.stories.tsx
File · 0.80
SoundProvider
Function · 0.80
reportError
Function · 0.80
ensureDir
Function · 0.80
pluginStore.tsx
File · 0.80
saveToDisk
Function · 0.80
saveToDisk
Function · 0.80
updaterStore.ts
File · 0.80
ImportFromUrlProvider
Function · 0.80
useShortcutRecorder
Function · 0.80
createStreamingHost
Function · 0.80
Calls
1
log
Method · 0.80
Tested by
no test coverage detected