LogFormatter

Trait LogFormatter 

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

Log formatter trait

Required Methods§

Source

fn format(&self, entry: &LogEntry) -> String

Implementors§