Write the current content of the log to the given stream.
public void Write(StreamWriter);
Write the current content of the log to the given file.
public void Write(string);
MemoryAppender Class | EnterpriseDT.Util.Debug Namespace