TaskLoggingHelper.LogIncludeGeneratedFile(String, String) Method

Definition

Logs a file generated from the given data.

public:
 void LogIncludeGeneratedFile(System::String ^ filePath, System::String ^ content);
public void LogIncludeGeneratedFile (string filePath, string content);
member this.LogIncludeGeneratedFile : string * string -> unit
Public Sub LogIncludeGeneratedFile (filePath As String, content As String)

Parameters

filePath
String

The file path relative to the currecnt project.

content
String

The content of the file.

Applies to