TeamFoundationTextWriterTraceListener.WriteFormatted Method

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

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

Syntax

'宣言
Public Sub WriteFormatted ( _
    message As String _
)
public void WriteFormatted(
    string message
)
public:
void WriteFormatted(
    String^ message
)
member WriteFormatted : 
        message:string -> unit 
public function WriteFormatted(
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationTextWriterTraceListener Class

Microsoft.TeamFoundation Namespace