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

Method warning

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

Source from the content-addressed store, hash-verified

6export interface ILogger {
7 debug(category: string, msg: string, ...details: unknown[]): void;
8 warning(category: string, msg: string, ...details: unknown[]): void;
9 info(category: string, msg: string, ...details: unknown[]): void;
10 error(category: string, msg: string, ...details: unknown[]): void;
11}

Callers 15

generateFontLookupMethod · 0.65
initMethod · 0.65
_detectWebPackMethod · 0.65
_detectViteMethod · 0.65
triggerResizeMethod · 0.65
warningMethod · 0.65
fillFromSmuflMethod · 0.65
alphaTab.main.tsFile · 0.65
parseNoteHeadMethod · 0.65
_parseRestDurationsMethod · 0.65
_parseDurationValueMethod · 0.65
ensureBeatMethod · 0.65

Implementers 2

ConsoleLoggerpackages/alphatab/src/Logger.ts
Loggerpackages/alphatab/src/Logger.ts

Calls

no outgoing calls

Tested by

no test coverage detected