Module compressed_log::logger[][src]

Expand description

A logger that stores all log information in a compressed buffer, and once the buffer is full it executes a rotation strategy.

Structs

CompressedLogs
Logger

A compressed logger structure.

PlaintextLogs