FileTracker.WriteContextTLogs(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.
Write tracking logs corresponding to the current tracking context.
public:
static void WriteContextTLogs(System::String ^ intermediateDirectory, System::String ^ taskName);
public static void WriteContextTLogs (string intermediateDirectory, string taskName);
static member WriteContextTLogs : string * string -> unit
Public Shared Sub WriteContextTLogs (intermediateDirectory As String, taskName As String)
Parameters
- intermediateDirectory
- String
The directory into which to write the tracking log files
- taskName
- String
The name of the task calling this function, used to determine the names of the tracking log files