libusb_log_level class abstract

\ingroup libusb_lib Log message levels.

Constructors

libusb_log_level.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

LIBUSB_LOG_LEVEL_DEBUG → const int
(4) : All messages are emitted
LIBUSB_LOG_LEVEL_ERROR → const int
(1) : Error messages are emitted
LIBUSB_LOG_LEVEL_INFO → const int
(3) : Informational, warning and error messages are emitted
LIBUSB_LOG_LEVEL_NONE → const int
(0) : No messages ever emitted by the library (default)
LIBUSB_LOG_LEVEL_WARNING → const int
(2) : Warning and error messages are emitted