This documentation is archived and is not being maintained.

TeamFoundationTextWriterTraceListener::WriteLine Method (String)

Write the process ID and the specified message to the log to a new line.

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

public:
virtual void WriteLine(
	String^ message
) override

Parameters

message
Type: System::String

The message to write to log.

Show: