Macro abscissa_core::status_info[][src]

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

Print an informational status message (in cyan if colors are enabled)

// Print a Cargo-like justified status to STDOUT
status_info!("Info", "you may care to know about");