Module redis_module::logging[][src]

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 the Redis log with DEBUG log level.

log_notice

Log a message to the Redis log with NOTICE log level.

log_verbose

Log a message to the Redis log with VERBOSE log level.

log_warning

Log a message to the Redis log with WARNING log level.