Macro abscissa_core::status_warn[][src]

macro_rules! status_warn {
    ($msg : expr) => { ... };
    ($fmt : expr, $($arg : tt) +) => { ... };
}
Expand description

Print a warning status message (in yellow if colors are enabled)

// Print a Cargo-like justified status to STDOUT
status_warn!("heads up, there's something you should know");