Enum libusb::LogLevel
[−]
[src]
pub enum LogLevel {
None,
Error,
Warning,
Info,
Debug,
}Library logging levels.
Variants
NoneNo messages are printed by libusb (default).
ErrorError messages printed to stderr.
WarningWarning and error messages are printed to stderr.
InfoInformational messages are printed to stdout. Warnings and error messages are printed to
stderr.
DebugDebug and informational messages are printed to stdout. Warnings and error messages are
printed to stderr.