CanonicalTrackedOutputFiles.SaveTlog Method

Definition

Re-writes the tlogs from the current output table. New entries are tracked.

Overloads

SaveTlog()

This method will re-write the tlogs from the current output table new entries will be tracked.

SaveTlog(DependencyFilter)

This method will re-write the tlogs from the current output table new entries will be tracked.

SaveTlog()

This method will re-write the tlogs from the current output table new entries will be tracked.

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 output table new entries will be tracked.

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