Type Alias redis_module::LogLevel
source · pub type LogLevel = RedisLogLevel;
👎Deprecated since 2.1.0: Please use the redis_module::logging::RedisLogLevel directly instead.
Aliased Type§
enum LogLevel {
Debug,
Notice,
Verbose,
Warning,
}
Variants§
Trait Implementations§
source§impl AsRef<str> for RedisLogLevel
impl AsRef<str> for RedisLogLevel
source§impl Clone for RedisLogLevel
impl Clone for RedisLogLevel
source§fn clone(&self) -> RedisLogLevel
fn clone(&self) -> RedisLogLevel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more