LogLevel
Defines the verbosity levels for SDK logging.
Log levels are hierarchical - each level includes all messages from lower levels.
See also
Entries
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.
Log only warnings and errors.
Log warnings, errors and information messages.
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.