eprintfln

fnvoid eprintfln(StdStream stream = StdStream.output, A...)(IStr fmtStr, A args)

Prints formatted text with a new line at the end to stderr. For details on formatting, see the fmtIntoBuffer function.

fnvoid eprintfln(StdStream stream = StdStream.output, A...)(InterpolationHeader header, A args, InterpolationFooter footer)

Prints formatted text with a new line at the end to stderr. For details on formatting, see the fmtIntoBuffer function.