Enum rusb::LogLevel [−][src]
pub enum LogLevel {
None,
Error,
Warning,
Info,
Debug,
}Expand description
Library logging levels.
Variants
No messages are printed by libusb (default).
Error messages printed to stderr.
Warning and error messages are printed to stderr.
Informational messages are printed to stdout. Warnings and error messages are printed to
stderr.
Debug and informational messages are printed to stdout. Warnings and error messages are
printed to stderr.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LogLevel
impl UnwindSafe for LogLevel
Blanket Implementations
Mutably borrows from an owned value. Read more