ToolTask.LogPathToTool(String, 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 tool name and the path from where it is being run.
protected:
virtual void LogPathToTool(System::String ^ toolName, System::String ^ pathToTool);
protected virtual void LogPathToTool (string toolName, string pathToTool);
abstract member LogPathToTool : string * string -> unit
override this.LogPathToTool : string * string -> unit
Protected Overridable Sub LogPathToTool (toolName As String, pathToTool As String)
Parameters
- toolName
- String
The tool to Log. This is the actual tool being used, ie. if ToolExe has been specified it will be used, otherwise it will be ToolName
- pathToTool
- String
The path from where the tool is being run.