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
'Déclaration
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
- message
Type: System.String
The message to write to the log.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.