Macro mcfg::reportln[][src]

macro_rules! reportln {
    ($($arg:tt)*) => { ... };
}

Used by the library to report user messages, in interactive mode this will write to stdout otherwise it will log at level info.