WebViewLogLevel

Indicates the severity of a WebView console message.

Log Levels are ordered in increasing severity. So ERROR is more severe than WARNING.

Entries

Link copied to clipboard

Log level for low severity debug messages.

Link copied to clipboard

Log level for informational diagnostic messages.

Link copied to clipboard

Log level for messages that indicate that an operation encountered an issue, but did not fail.

Link copied to clipboard

Log level for messages that indicate a failure in an operation.

Link copied to clipboard

The highest possible log level. Used to not log any messages.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard