Enum libssh_rs::LogLevel [−][src]
pub enum LogLevel {
NoLogging,
Warning,
Protocol,
Packet,
Functions,
}
Expand description
Allows configuring the underlying libssh
debug logging level
Variants
NoLogging
Warning
Protocol
Packet
Functions
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LogLevel
impl UnwindSafe for LogLevel
Blanket Implementations
Mutably borrows from an owned value. Read more