Type Alias valkey_module::LogLevel
source · pub type LogLevel = ValkeyLogLevel;👎Deprecated since 2.1.0: Please use the valkey_module::logging::ValkeyLogLevel directly instead.
Aliased Type§
enum LogLevel {
Debug,
Notice,
Verbose,
Warning,
}