ToolTask.LogPathToTool(String, String) Method

Definition

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.

Applies to