Macro mhlog::info[][src]

macro_rules! info {
    ($($arg : tt) +) => { ... };
}
Expand description

Print a message with the info prefix.

By default info will write to stdout. This can be changed with the only_stderr feature.

To change the info prefix use info_prefix_str or info_prefix_fn.