Tracer::Trace Method (TraceEventType, String^)

Visual Studio 2015
 

Traces an event.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
virtual void Trace(
	TraceEventType eventType,
	String^ message
) sealed

Parameters

eventType
Type: System.Diagnostics::TraceEventType

The type of event.

message
Type: System::String^

The message.

Return to top
Show: