Click or drag to resize

LoggerSectionMaxQueueAge Property

Gets or sets the max log age in seconds. If log reaches this timespan, it writes to disk even if max queue size hasn't been reached.

Namespace:  Koden.Utils.Logger.ConfigFileSections
Assembly:  Koden.Utils.Logger (in Koden.Utils.Logger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int MaxQueueAge { get; set; }

Property Value

Type: Int32
The max log age.
See Also