MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / trace

Method trace

src/app/logger/logger.ts:74–76  ·  view source on GitHub ↗
(message: string, ...label: LogLabel[])

Source from the content-addressed store, hash-verified

72 }
73
74 trace(message: string, ...label: LogLabel[]) {
75 this.log("trace", message, ...label);
76 }
77
78 debug(message: string, ...label: LogLabel[]) {
79 this.log("debug", message, ...label);

Callers 6

handlerMethod · 0.80
publishMethod · 0.80
sendMessageFunction · 0.80
constructorMethod · 0.80
initMethod · 0.80
handlerRequestMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected