Enum redis_module::LogLevel [−][src]
pub enum LogLevel {
Debug,
Notice,
Verbose,
Warning,
}
Expand description
LogLevel
is a level of logging to be specified with a Redis log directive.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LogLevel
impl UnwindSafe for LogLevel
Blanket Implementations
Mutably borrows from an owned value. Read more