macro_rules! status_log { ($($arg:tt)*) => { ... }; }
Debug logging macro for status messages
Only prints in debug builds. Automatically prefixes with \[STATUS\].
\[STATUS\]
status_log!("Starting flash operation");