Module sirlog::backend[][src]

logging backends (destinations)

Structs

Memory

A memory-based log message backend. This is for use cases where you want to review the last X log messages.

Os

An IO-based backend, useful for outputting to files or pipes

Traits

Backend

A logging backend