MCPcopy
hub / github.com/tsrpc/tsrpc / log

Method log

src/server/Logger.ts:40–40  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

38export interface Logger {
39 debug(...args: any[]): void;
40 log(...args: any[]): void;
41 warn(...args: any[]): void;
42 error(...args: any[]): void;
43}

Callers 15

mainFunction · 0.65
mainFunction · 0.65
http.tsFile · 0.65
constructorMethod · 0.65
callApiMethod · 0.65
sendMsgMethod · 0.65
_sendBufMethod · 0.65
connectMethod · 0.65
disconnectMethod · 0.65
_onBufferMethod · 0.65
callApiMethod · 0.65
sendMsgMethod · 0.65

Implementers 1

PrefixLoggersrc/server/Logger.ts

Calls

no outgoing calls

Tested by

no test coverage detected