TextLog Constructor |
Name | Description | |
---|---|---|
TextLog |
Creates a text log that stores all text in memory. Use ToString on this
version of the TextLog to get the text that we written
| |
TextLog(IntPtr) | Initializes a new instance of the TextLog class | |
TextLog(String) |
Creates a text log that writes all text to a file. If no filename is
provided, then text is written to StdOut
|