$stdout
special-variable
Standard output stream, i.e. an instance TextWriter or a special value.
When true (default) output goes to the console. When null, output is discarded. When a string,
a write will go to the file named by the string with the current date appended.
After the write the file will be closed.