LogLevel

Defines the verbosity levels for SDK logging.

Log levels are hierarchical - each level includes all messages from lower levels.

See also

Entries

Link copied to clipboard

Be careful with this option, it disables all logs which are sent by MbLog 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.

Types

Link copied to clipboard
object Companion

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.