Enum libusb::LogLevel [] [src]

pub enum LogLevel {
    None,
    Error,
    Warning,
    Info,
    Debug,
}

Library logging levels.

Variants

None

No messages are printed by libusb (default).

Error

Error messages printed to stderr.

Warning

Warning and error messages are printed to stderr.

Info

Informational messages are printed to stdout. Warnings and error messages are printed to stderr.

Debug

Debug and informational messages are printed to stdout. Warnings and error messages are printed to stderr.