macro_rules! logger { ($value: literal, $item: expr, $item2: expr) => { ... }; }
A simple macro which prints two items only when verbose printing is specified. VERBOSE is a RwLock