LogFormatter

Trait LogFormatter 

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

日志格式器

Required Methods§

Source

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

格式化日志条目

Implementors§