Macro nu_protocol::errln[][src]

macro_rules! errln {
    ($($tokens : tt) *) => { ... };
}
Expand description

Outputs to standard error

Note: this exists to differentiate between intentional writing to stdout and stray printlns left by accident