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

Method debug

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

Source from the content-addressed store, hash-verified

21 }
22
23 public debug(category: string, msg: string, ...details: unknown[]): void {
24 console.debug(ConsoleLogger._format(category, msg), ...details);
25 }
26
27 public warning(category: string, msg: string, ...details: unknown[]): void {
28 console.warn(ConsoleLogger._format(category, msg), ...details);

Callers

nothing calls this directly

Calls 2

_formatMethod · 0.80
debugMethod · 0.65

Tested by

no test coverage detected