Write the current content of the log to the given stream.

Namespace: EnterpriseDT.Util.Debug
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public void Write(
	StreamWriter stream
)
Visual Basic
Public Sub Write ( _
	stream As StreamWriter _
)
Visual C++
public:
void Write(
	StreamWriter^ stream
)

Parameters

stream
Type: System.IO..::..StreamWriter
Stream to write messages to.

See Also