libusb-d v0.1.1 (2015-05-04T15:09:51Z)
Dub
Repo
libusb_log_level
enums
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 stdout, warning and error messages are printed to stderr
LIBUSB_LOG_LEVEL_DEBUG (4) : debug and informational messages are printed to stdout, warnings and errors to stderr
Values
Value
Meaning
LIBUSB_LOG_LEVEL_NONE
0
LIBUSB_LOG_LEVEL_ERROR
LIBUSB_LOG_LEVEL_WARNING
LIBUSB_LOG_LEVEL_INFO
LIBUSB_LOG_LEVEL_DEBUG
Meta
Source
See Implementation
enums
aliases
libusb_hotplug_event
libusb_hotplug_flag
enums
LIBUSB_HOTPLUG_ENUM
LIBUSB_HOTPLUG_EVENTS
libusb_bos_type
libusb_capability
libusb_class_code
libusb_descriptor_type
libusb_endpoint_direction
libusb_error
libusb_iso_sync_type
libusb_iso_usage_type
libusb_log_level
libusb_request_recipient
libusb_request_type
libusb_speed
libusb_ss_usb_device_capability_attributes
libusb_standard_request
libusb_supported_speed
libusb_transfer_flags
libusb_transfer_status
libusb_transfer_type
libusb_usb_2_0_extension_attributes
Log message levels.