 | 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)
Syntaxpublic int MaxQueueAge { get; set; }
Public Property MaxQueueAge As Integer
Get
Set
public:
property int MaxQueueAge {
int get ();
void set (int value);
}
member MaxQueueAge : int with get, set
Property Value
Type:
Int32The max log age.
See Also