pub type LogTransport = Box<dyn Fn(LogEntry) + Send + Sync>;
pub struct LogTransport(/* private fields */);