SyncTracer::Verbose Method (String, array<Object>)

Generates a verbose trace when the format and args parameters are specified.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
static void Verbose(
	String^ format, 
	... array<Object^>^ args
)

Parameters

format
Type: System::String
A string that contains zero or more indexed placeholders that correspond to objects in the args list of this method.
args
Type: array<System::Object>
An Object array that contains zero or more objects to format.
Show: