Set debug logging off.


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

Syntax

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

Remarks

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

Off is the default setting for debug logging.

See Also