ToolTask.LogToolCommand(String) Method

Definition

Logs the actual command line about to be executed (or what the task wants the log to show)

protected:
 virtual void LogToolCommand(System::String ^ message);
protected virtual void LogToolCommand (string message);
abstract member LogToolCommand : string -> unit
override this.LogToolCommand : string -> unit
Protected Overridable Sub LogToolCommand (message As String)

Parameters

message
String

Descriptive message about what is happening - usually the command line to be executed.

Applies to