pub trait LogWrite: Sync + Send { // Required method fn write(&self, serialized: &str, level: Severity); }