Type Definition file_per_thread_logger::FormatFn

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

Format function to print logs in a custom format.