pub type Preprocessor = Arc<dyn Fn(PreprocessorOptions) -> Vec<LogArg> + Send + Sync + 'static>;
Function used to transform log arguments before message compilation.
pub struct Preprocessor { /* private fields */ }