macro_rules! format_log_message { ($($arg:tt)*) => { ... }; }
Formats a log message by including a time stamp.