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

Method info

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

Source from the content-addressed store, hash-verified

297 }
298
299 public info(message: string, context?: string, data?: any): void {
300 this.log(LogLevel.INFO, message, context, data);
301 }
302
303 public warn(message: string, context?: string, data?: any): void {
304 this.log(LogLevel.WARN, message, context, data);

Callers 15

createContextLoggerMethod · 0.95
initializeBeforeRenderFunction · 0.45
initializeAfterRenderFunction · 0.45
initializeInfrastructureFunction · 0.45
destroyInfrastructureFunction · 0.45
loadUserThemesMethod · 0.45
registerThemeMethod · 0.45
unregisterThemeMethod · 0.45
applyResolvedThemeMethod · 0.45
applyThemeMethod · 0.45
initializeMethod · 0.45

Calls 1

logMethod · 0.95

Tested by

no test coverage detected