# Constants
MessageLevelDebug represents the "debug" value.
MessageLevelError represents the "error" value.
MessageLevelInfo represents the "info" value.
MessageLevelLog represents the "log" value.
MessageLevelWarning represents the "warning" value.
MessageSourceAppcache represents the "appcache" value.
MessageSourceConsoleAPI represents the "console-api" value.
MessageSourceDeprecation represents the "deprecation" value.
MessageSourceJavascript represents the "javascript" value.
MessageSourceNetwork represents the "network" value.
MessageSourceOther represents the "other" value.
MessageSourceRendering represents the "rendering" value.
MessageSourceSecurity represents the "security" value.
MessageSourceStorage represents the "storage" value.
MessageSourceWorker represents the "worker" value.
MessageSourceXML represents the "xml" value.
# Variables
MessageLevel provides named acces to the MessageLevelEnum values.
MessageSource provides named acces to the MessageSourceEnum values.
# Structs
ClearMessagesResult represents the result of calls to Console.ClearMessages.
DisableResult represents the result of calls to Console.disable.
EnableResult represents the result of calls to Console.enable.
Message represents a console message.
MessageAddedEvent represents Console.messageAdded event data.
# Type aliases
MessageLevelEnum represents the message severity.
MessageSourceEnum represents the message source.