MCPcopy
hub / github.com/tsrpc/tsrpc / Logger

Interface Logger

src/server/Logger.ts:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
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 23

_onBufferMethod · 0.65
debugMethod · 0.65
_handleMsgFunction · 0.65
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
warnMethod · 0.65

Implementers 1

PrefixLoggersrc/server/Logger.ts

Calls

no outgoing calls

Tested by

no test coverage detected