MCPcopy Create free account
hub / github.com/GCWing/BitFun / trace

Method trace

src/web-ui/src/shared/utils/logger.ts:291–293  ·  view source on GitHub ↗
(message: string, context?: string, data?: any)

Source from the content-addressed store, hash-verified

289 }
290
291 public trace(message: string, context?: string, data?: any): void {
292 this.log(LogLevel.TRACE, message, context, data);
293 }
294
295 public debug(message: string, context?: string, data?: any): void {
296 this.log(LogLevel.DEBUG, message, context, data);

Callers 4

createContextLoggerMethod · 0.95
logger.tsFile · 0.80
flushMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected