Click or drag to resize

LoggerMessagesExpire Property

[This is preliminary documentation and is subject to change.]

Gets or sets the messages expire time limit. Messages that have expired are removed from history. This property used in conjunction with SupressSpam = true prevents too much memory from being used over time

Namespace:  Monkeyspeak.Logging
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public static TimeSpan MessagesExpire { get; set; }

Property Value

Type: TimeSpan
The messages expire time limit.
See Also