[][src]Crate emmett

emmett is a simple, unified logging layer.

Modules

filters

Filters define how to modify the data after it is received from the Inputs.

inputs

Inputs define the sources of data flow.

outputs

Outputs define where to send the data to.

Structs

Pipeline

A Pipeline defines the flow of data from Inputs, through Filters, and to Outputs.