alphaTab.Logger
(no description)
class LoggerProperties​
log​
(no description)
logLevel​
(no description)
Methods​
debug​
(no description)
- JavaScript
- C#
- Kotlin
static debug(category: string, msg: string, details: unknown[]): voidstatic void 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
static error(category: string, msg: string, details: unknown[]): voidstatic void 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
static info(category: string, msg: string, details: unknown[]): voidstatic void 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
static warning(category: string, msg: string, details: unknown[]): voidstatic void 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) |