Skip to main content

Preprocessor

Type Alias Preprocessor 

Source
pub type Preprocessor = Arc<dyn Fn(PreprocessorOptions) -> Vec<LogArg> + Send + Sync + 'static>;
Expand description

Function used to transform log arguments before message compilation.

Aliased Typeยง

pub struct Preprocessor { /* private fields */ }