MCPcopy Create free account
hub / github.com/TraderAlice/OpenAlice / warn

Method warn

src/workspaces/logger.ts:80–80  ·  view source on GitHub ↗
(msg: string, fields?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

78 debug(msg: string, fields?: Record<string, unknown>): void;
79 info(msg: string, fields?: Record<string, unknown>): void;
80 warn(msg: string, fields?: Record<string, unknown>): void;
81 error(msg: string, fields?: Record<string, unknown>): void;
82 /** Routine connection-lifecycle event: dedicated file always, console only on debug. */
83 event(msg: string, fields?: Record<string, unknown>): void;

Callers 15

coerceSecTypeFunction · 0.80
getOneFunction · 0.80
getOneMethod · 0.80
getOneMethod · 0.80
getOneMethod · 0.80
getOneMethod · 0.80
getOneMethod · 0.80
extractDataMethod · 0.80
stopChildrenFunction · 0.80
mainFunction · 0.80
getRateMethod · 0.80
_connectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected