SyncTracer::Info Method (Int32, String)

Generates an informational trace when the indentLevel and message parameters are specified.

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

public:
static void Info(
	int indentLevel, 
	String^ message
)

Parameters

indentLevel
Type: System::Int32
An integer that represents the number of spaces to indent a message. A value of 1 equals three spaces.
message
Type: System::String
The message to output in the trace.
Show: