Re-exports§
pub use standard_log_implementation::*;
Modules§
- standard_
log_ implementation - The [log] crate implementation of logging.
Enums§
- Redis
LogLevel - RedisLogLevel is a level of logging which can be used when logging with Redis. See raw::RedisModule_Log and the official redis reference.
Functions§
- log
- Log a message to the Redis log with the given log level, without requiring a context. This prevents Redis from including the module name in the logged message.
- log_
debug - Log a message to Redis at the RedisLogLevel::Debug level.
- log_
io_ error - This function should be used when a callback is returning a critical error to the caller since cannot load or save the data for some critical reason.
- log_
notice - Log a message to Redis at the RedisLogLevel::Notice level.
- log_
verbose - Log a message to Redis at the RedisLogLevel::Verbose level.
- log_
warning - Log a message to Redis at the RedisLogLevel::Warning level.