pub type Formatter = fn(log.Log) -> String
pub fn json(log: Log) -> String
pub fn plain(log: Log) -> String