pub trait LogFormatter { // Required method fn format(&self, entry: &LogEntry) -> String; }
日志格式器
格式化日志条目