libusb_log_level is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

libusb_log_level enum

Log message levels.

Syntax

enum libusb_log_level {     LIBUSB_LOG_LEVEL_NONE = 0,     LIBUSB_LOG_LEVEL_ERROR = 1,     LIBUSB_LOG_LEVEL_WARNING = 2,     LIBUSB_LOG_LEVEL_INFO = 3,     LIBUSB_LOG_LEVEL_DEBUG = 4 };

Values

LIBUSB_LOG_LEVEL_NONE

(0) : No messages ever emitted by the library (default). Read more...

LIBUSB_LOG_LEVEL_ERROR

(1) : Error messages are emitted. Read more...

LIBUSB_LOG_LEVEL_WARNING

(2) : Warning and error messages are emitted. Read more...

LIBUSB_LOG_LEVEL_INFO

(3) : Informational, warning and error messages are emitted. Read more...

LIBUSB_LOG_LEVEL_DEBUG

(4) : All messages are emitted. Read more...

References

LocationReferrerText
libusb.h:1443
enum libusb_log_level {
libusb.h:1560level
enum libusb_log_level level, const char *str);

Type Use

Variables of libusb_log_level type
level
all items filtered out
libusb_log_level