Skip to main content

core.logLevel

since 0.9.6

Description​

AlphaTab internally does quite a bit of logging for debugging and informational purposes. The log level of alphaTab can be controlled via this setting.

core.logLevelJavaScript
logLevelJavaScript
core.logLevelJSON
logLevelJSON
data-core-loglevelHTML
data-loglevelHTML
Core.LogLevel.net

Types​

TypeValues
alphaTab.LogLevelJavaScript

None - No logging


Debug - Debug level (internal details are displayed)


Info - Info level (only important details are shown)


Warning


Error

stringJSON, JavaScript & HTML

none


debug


info


warning


error

intJSON, JavaScript & HTML

0 - None


1 - Debug


2 - Info


3 - Warning


4 - Error

AlphaTab.LogLevel.net

None


Debug


Info


Warning


Error

Default Value​

Info