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)
Syntax
'Declaration
Public Overrides Sub WriteLine ( _
    message As String _
)
public override void WriteLine(
    string message
)
public:
virtual void WriteLine(
    String^ message
) override
abstract WriteLine : 
        message:string -> unit  
override WriteLine : 
        message:string -> unit
public override function WriteLine(
    message : String
)
Parameters
- message 
 Type: System.String- The message to write to 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.