Writes message followed by a newline, unless quiet.
message
void info(String message) { if (!quiet) out.writeln(message); }