MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / error

Method error

packages/alphatab/src/Logger.ts:69–73  ·  view source on GitHub ↗
(category: string, msg: string, ...details: unknown[])

Source from the content-addressed store, hash-verified

67 }
68
69 public static error(category: string, msg: string, ...details: unknown[]): void {
70 if (Logger._shouldLog(LogLevel.Error)) {
71 Logger.log.error(category, msg, ...details);
72 }
73 }
74}

Callers

nothing calls this directly

Calls 2

_shouldLogMethod · 0.80
errorMethod · 0.65

Tested by

no test coverage detected