Writes additional debug information to the debug stream.

Namespace: Jscape.Telnet
Assembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.0

Syntax

C#
public void DebugMessage(
	string msg
)
Visual Basic
Public Sub DebugMessage ( _
	msg As String _
)
Visual C++
public:
void DebugMessage(
	String^ msg
)

Parameters

msg
Type: System..::..String
The text message to write.

See Also