alphaTab.ILogger
(no description)
interface ILoggerMethods​
debug​
(no description)
- JavaScript
- C#
- Kotlin
debug(category: string, msg: string, details: unknown[]): voidvoid Debug(string category, string msg, IList<object> details)fun debug(category: String, msg: String, details: ): Unit| Parameter | Summary |
|---|---|
categoryAll | (no description) |
msgAll | (no description) |
detailsAll | (no description) |
error​
(no description)
- JavaScript
- C#
- Kotlin
error(category: string, msg: string, details: unknown[]): voidvoid Error(string category, string msg, IList<object> details)fun error(category: String, msg: String, details: ): Unit| Parameter | Summary |
|---|---|
categoryAll | (no description) |
msgAll | (no description) |
detailsAll | (no description) |
info​
(no description)
- JavaScript
- C#
- Kotlin
info(category: string, msg: string, details: unknown[]): voidvoid Info(string category, string msg, IList<object> details)fun info(category: String, msg: String, details: ): Unit| Parameter | Summary |
|---|---|
categoryAll | (no description) |
msgAll | (no description) |
detailsAll | (no description) |
warning​
(no description)
- JavaScript
- C#
- Kotlin
warning(category: string, msg: string, details: unknown[]): voidvoid Warning(string category, string msg, IList<object> details)fun warning(category: String, msg: String, details: ): Unit| Parameter | Summary |
|---|---|
categoryAll | (no description) |
msgAll | (no description) |
detailsAll | (no description) |