ToolTask.LogToolCommand(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.