Skip to main content

status_log

Macro status_log 

Source
macro_rules! status_log {
    ($($arg:tt)*) => { ... };
}
Expand description

Debug logging macro for status messages

Only prints in debug builds. Automatically prefixes with \[STATUS\].

§Example

status_log!("Starting flash operation");