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

Method debug

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

Source from the content-addressed store, hash-verified

5 */
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;

Callers 15

sortCompletionsFunction · 0.65
initMethod · 0.65
writeBundleFunction · 0.65
testRepeatFunction · 0.65
printEnvironmentInfoMethod · 0.65
constructorMethod · 0.65
triggerResizeMethod · 0.65
loadMidiForScoreMethod · 0.65
debugMethod · 0.65
debugMethod · 0.65
alphaTab.main.tsFile · 0.65
readScoreMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

testRepeatFunction · 0.52