DX9ToolsR4 - Created by: X

GeneralHelpers.SetupDX9TTracers Method 

This method enables or disables writing to the debug log ang is only availible if TRACE condition is enabled.

[Visual Basic]
Public Shared Sub SetupDX9TTracers( _
   ByVal Value As Boolean _
)
[C#]
public static void SetupDX9TTracers(
   bool Value
);

Parameters

Value
If True setup tracers. If False shuts down tracers.

See Also

GeneralHelpers Class | CBX.Libs.DX9ToolsR4 Namespace