Macro mhlog::warn[][src]

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

Print a message with the warning prefix.

By default warn will write to stderr. This can be changed with the only_stdout feature.

To change the warning prefix use warning_prefix_str or warning_prefix_fn.