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

Method error

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

Source from the content-addressed store, hash-verified

305 }
306
307 public error(message: string, context?: string, data?: any): void {
308 this.log(LogLevel.ERROR, message, context, data);
309 }
310
311 private log(level: LogLevel, message: string, context?: string, data?: any): void {
312 if (level < this.currentLevel) {

Callers 15

createContextLoggerMethod · 0.95
transformIndexHtmlFunction · 0.45
scheduleCrashLogFunction · 0.45
startApplicationFunction · 0.45
initializeInfrastructureFunction · 0.45
CoreProviderFunction · 0.45
detectByConfigFilesMethod · 0.45
registerBuiltinPluginsFunction · 0.45
initializeMethod · 0.45
normalizeCustomThemeMethod · 0.45
unregisterThemeMethod · 0.45

Calls 1

logMethod · 0.95

Tested by

no test coverage detected