pub trait Formatter { // Required method fn format(&self, record: &EZRecord) -> Result<Vec<u8>, LogError>; }