LogLevel

Entries

Link copied to clipboard

Be careful with this option, it disables all logs which are sent by Log helper class, which is also used for some SDK logs. We need full log outputs from the application for support purposes. In case of having problems with scanning certain items, undesired behaviour on specific device(s), crashes inside SDK or anything unmentioned, we will need full log from your side. If you disable logging you won't be able to provide us this information.

Link copied to clipboard

Log only warnings and errors.

Link copied to clipboard

Log warnings, errors and information messages.

Link copied to clipboard

Log warnings, errors, information and debug messages.

Link copied to clipboard

Log all messages.

Functions

Link copied to clipboard
open fun valueOf(name: String): Log.LogLevel

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. This method may be used to iterate over the constants.