usecrate::ExtLogRecord;useratatui::text::Line;pubtraitLogFormatter: Send + Sync {fnmin_width(&self)->u16;/// This must format any event in one or more lines.
/// Correct wrapping in next line with/without indenting must be performed here.
/// The parameter width is the available line width
fnformat(&self, width:usize, evt:&ExtLogRecord)->Vec<Line<'_>>;}