FileTracker.WriteAllTLogs(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 for all contexts and threads.
public:
static void WriteAllTLogs(System::String ^ intermediateDirectory, System::String ^ taskName);
public static void WriteAllTLogs (string intermediateDirectory, string taskName);
static member WriteAllTLogs : string * string -> unit
Public Shared Sub WriteAllTLogs (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