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

Method error

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

Source from the content-addressed store, hash-verified

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;
84 child(bindings: Record<string, unknown>): Logger;

Callers 15

spawnUTAFunction · 0.65
spawnAliceFunction · 0.65
main.tsFile · 0.65
fireFunction · 0.65
startFlagWatcherFunction · 0.65
configureAutoUpdateFunction · 0.65
runner.tsFile · 0.65
main.tsFile · 0.65
reconnectUTAMethod · 0.65
main.tsFile · 0.65
respawnNowMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected