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 process ID and the specified message to the log.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Overrides Sub Write ( _
message As String _
)
public override void Write(
string message
)
public:
virtual void Write(
String^ message
) override
abstract Write :
message:string -> unit
override Write :
message:string -> unit
public override function Write(
message : String
)
Parameters
message
Type: System.StringThe 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.