pub type FormatFn = fn(_: &mut BufWriter<File>, _: &Record<'_>) -> Result<()>;
Expand description

Format function to print logs in a custom format.