pub trait LogFormatter: Send + Sync {
// Required method
fn format(&self, entry: &LogEntry) -> String;
}Expand description
Log formatter trait
pub trait LogFormatter: Send + Sync {
// Required method
fn format(&self, entry: &LogEntry) -> String;
}Log formatter trait