Controls the behavior of APILogger.exe.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Sub 
SetDebugOutput ( _
	
debugOutput 
As 
Boolean _
)
Visual Basic (usage)
Dim 
instance 
As 

ApplicationManifest
Dim 
debugOutput 
As 
Boolean

instance.
SetDebugOutput(
debugOutput)
C#
public 
void 
SetDebugOutput(
	
bool 
debugOutput
)

Parameters

debugOutput
Type: System . . :: . . Boolean

See also