Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
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.