Set debug logging on.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Sub setDebugOn()
C#
public void setDebugOn()
C++
public:
 void setDebugOn() sealed 
J#
public void setDebugOn()
JScript
public  function setDebugOn()

Remarks

This causes any new NetricsServerInterface or NetricsTransaction objects created to have their connection debug logging turned on. This doesn't affect NetricsServerInterface or NetricsTransactions objects already created.

Debug logging is generated to the standard error and is very verbose. It should only be used for debugging specific problems.

See Also