pub trait Handler { fn handle(&mut self, level: Level, message: &str); }
A mutable handler for text warnings. Approach 3.
Handle a log message