[][src]Crate slog_redis

This crate implements a slog logger that outputs to a Redis list in a structured way.

Structs

Builder

Builds the Redis logger.

Logger

A logger that sends JSON formatted logs to a list in a Redis instance. It uses this format

Enums

Error

Errors returned by the logger