TraceLogger.LogRetentionDuration Property
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.
Defines to the maximum amount of time in Minuets that logs will be kept in memory before being purged
public:
property TimeSpan LogRetentionDuration { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan LogRetentionDuration { get; set; }
member this.LogRetentionDuration : TimeSpan with get, set
Public Property LogRetentionDuration As TimeSpan