Click or drag to resize

TextLog Constructor

Overload List
  NameDescription
Public methodTextLog
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
Public methodTextLog(IntPtr)
Initializes a new instance of the TextLog class
Public methodTextLog(String)
Creates a text log that writes all text to a file. If no filename is provided, then text is written to StdOut
Top
See Also