Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nukeop/nuclear
/ warn
Method
warn
packages/plugin-sdk/src/api/logger.ts:26–28 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
24
}
25
26
warn(message: string): void {
27
this.host.log(
'warn'
, message);
28
}
29
30
error(message: string): void {
31
this.host.log(
'error'
, message);
Callers
8
loadPluginData
Function · 0.80
createStreamingHost
Function · 0.80
updatePresence
Function · 0.80
logger.test.ts
File · 0.80
delete
Method · 0.80
setRegistryEntryEnabled
Function · 0.80
checkAndUpdatePlugins
Function · 0.80
fetch
Method · 0.80
Calls
1
log
Method · 0.80
Tested by
no test coverage detected