LoggingLevel

Controls which logs to be written to the console when using a debug build of the SDK.

Available log levels are:

  • NONE (default) - disables all output

  • ERROR - enables only error logs

  • WARNING - enables error and warning logs

  • INFO - enables error, warning and info logs

  • DEBUG - enables error, warning, info and debug logs

Entries

Link copied to clipboard

Default

Link copied to clipboard

Enables only error logs.

Link copied to clipboard

Enables error and warning logs.

Link copied to clipboard

Enables error, warning and info logs.

Link copied to clipboard

Enables error, warning, info and debug logs.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

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.