libusb_log_level class abstract
\ingroup libusb_lib Log message levels.
- LIBUSB_LOG_LEVEL_NONE (0) : no messages ever printed by the library (default)
- LIBUSB_LOG_LEVEL_ERROR (1) : error messages are printed to stderr
- LIBUSB_LOG_LEVEL_WARNING (2) : warning and error messages are printed to stderr
- LIBUSB_LOG_LEVEL_INFO (3) : informational messages are printed to stderr
- LIBUSB_LOG_LEVEL_DEBUG (4) : debug and informational messages are printed to stderr
Constructors
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
- LIBUSB_LOG_LEVEL_ERROR → const int
- LIBUSB_LOG_LEVEL_INFO → const int
- LIBUSB_LOG_LEVEL_NONE → const int
- LIBUSB_LOG_LEVEL_WARNING → const int