MCPcopy Index your code
hub / github.com/TraderAlice/OpenAlice / debug

Method debug

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

Source from the content-addressed store, hash-verified

76
77export interface Logger {
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;

Callers 15

nextValidIdMethod · 0.80
openOrderEndMethod · 0.80
mainFunction · 0.80
runMethod · 0.80
setConnStateMethod · 0.80
connectMethod · 0.80
isConnectedMethod · 0.80
runMethod · 0.80
printParamsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected