TaskLoggingHelper.LogExternalProjectStarted Method

Definition

Small helper for logging the custom ExternalProjectStarted build event Thread safe.

public:
 void LogExternalProjectStarted(System::String ^ message, System::String ^ helpKeyword, System::String ^ projectFile, System::String ^ targetNames);
public void LogExternalProjectStarted (string message, string helpKeyword, string projectFile, string targetNames);
member this.LogExternalProjectStarted : string * string * string * string -> unit
Public Sub LogExternalProjectStarted (message As String, helpKeyword As String, projectFile As String, targetNames As String)

Parameters

message
String

text message

helpKeyword
String

help keyword

projectFile
String

project name

targetNames
String

targets we are going to build (empty indicates default targets)

Applies to