[][src]Macro glsp::eprn

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

Prints to the active Runtime's current epr_writer, with a trailing '\n'.

The input syntax is identical to eprintln!.

The epr_writer defaults to Stderr.