FlatTrackingData.SaveTlog Method

Definition

This method re-writes the tlogs from the output table.

Overloads

SaveTlog()

This method will re-write the tlogs from the output table

SaveTlog(DependencyFilter)

This method will re-write the tlogs from the current table

SaveTlog()

This method will re-write the tlogs from the output table

public:
 void SaveTlog();
public void SaveTlog ();
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public void SaveTlog ();
member this.SaveTlog : unit -> unit
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.SaveTlog : unit -> unit
Public Sub SaveTlog ()
Attributes

Applies to

SaveTlog(DependencyFilter)

This method will re-write the tlogs from the current table

public:
 void SaveTlog(Microsoft::Build::Utilities::DependencyFilter ^ includeInTLog);
public void SaveTlog (Microsoft.Build.Utilities.DependencyFilter includeInTLog);
member this.SaveTlog : Microsoft.Build.Utilities.DependencyFilter -> unit
Public Sub SaveTlog (includeInTLog As DependencyFilter)

Parameters

includeInTLog
DependencyFilter

The dependency filter.

Applies to