macro_rules! timber { ($lnum:expr, $lname:expr, $($arg:tt)*) => { ... }; }
Prints timber (processed log). Timber prints time (with microseconds), name of current thread, line number and module name + log text.