This documentation is archived and is not being maintained.

TeamFoundationTextWriterTraceListener::Write Method (String)

Writes the process ID and the specified message to the log.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

public:
virtual void Write(
	String^ message
) override

Parameters

message
Type: System::String

The message to write to the log.

Show: