Method StartBuffering
StartBuffering(int)
Start buffering all output to an alternate stream in memory for readability with Peek() later.
public void StartBuffering(int lines)
Parameters
lines
intThe amount of lines to store in the buffer.
Start buffering all output to an alternate stream in memory for readability with Peek() later.
public void StartBuffering(int lines)
lines
intThe amount of lines to store in the buffer.