Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nukeop/nuclear
/ info
Method
info
packages/plugin-sdk/src/api/logger.ts:22–24 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
20
}
21
22
info(message: string): void {
23
this.host.log(
'info'
, message);
24
}
25
26
warn(message: string): void {
27
this.host.log(
'warn'
, message);
Callers
15
Toaster.stories.tsx
File · 0.80
pluginStore.tsx
File · 0.80
queueStore.ts
File · 0.80
setActivity
Function · 0.80
logger.test.ts
File · 0.80
startServer
Function · 0.80
watchEnabledSetting
Function · 0.80
initHttpApiHandler
Function · 0.80
startServer
Function · 0.80
watchSettings
Function · 0.80
initMcpHandler
Function · 0.80
load
Method · 0.80
Calls
1
log
Method · 0.80
Tested by
no test coverage detected