Typedef ecl::EConsoleStream

Typedef Documentation

typedef TextStream<EConsole> ecl::EConsoleStream

Streams to standard error.

Streams to standard error.

Usage:

There is no need to open this device, it automatically connects to stderr.

EConsoleStream estream;
estream << "Boom";
estream.flush();