AbstractOutput.doWrite

Writes a message to the output.

@param message A message to write to the output @param newline Whether to add a newline or not

class AbstractOutput
protected abstract
void
doWrite
(
string message
,
bool newline
)

Meta