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

Method debug

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

Source from the content-addressed store, hash-verified

293 }
294
295 public debug(message: string, context?: string, data?: any): void {
296 this.log(LogLevel.DEBUG, message, context, data);
297 }
298
299 public info(message: string, context?: string, data?: any): void {
300 this.log(LogLevel.INFO, message, context, data);

Callers 15

createContextLoggerMethod · 0.95
registerPluginMethod · 0.80
registerPluginMethod · 0.80
initBuiltinLanguagesMethod · 0.80
registerPluginMethod · 0.80
registerBuiltinPluginsFunction · 0.80
syncThemeMethod · 0.80
ensureBuiltinThemesMethod · 0.80
applyThemeMethod · 0.80
registerThemeMethod · 0.80
defineThemeMethod · 0.80
initializeMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected