Task.LogMessage Method (String)
Helper to log a message string if the task is running within MSBuild.
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
Protected Sub LogMessage ( _
message As String _
)
protected void LogMessage(
string message
)
protected:
void LogMessage(
String^ message
)
member LogMessage :
message:string -> unit
protected function LogMessage(
message : String
)
Parameters
message
Type: System.StringString to be logged as a message.
.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.