Method ToFile
ToFile(string, bool)
Creates a handler that writes to a file.
public static TextWriterStreamHandler ToFile(string path, bool append = false)
Parameters
Returns
- TextWriterStreamHandler
A new text writer stream handler.
Creates a handler that writes to a file.
public static TextWriterStreamHandler ToFile(string path, bool append = false)
A new text writer stream handler.