[][src]Macro devout::out

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

Print line to stdout. Use for messages that will print in production.