Logger.MessagesExpire Property

FFF3PP

LoggerMessagesExpire Property

This stuff is still in the planning stages. Any questions or Comments are welcome.

[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:  Furcadia.Logging
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public static TimeSpan MessagesExpire { get; set; }
Public Shared Property MessagesExpire As TimeSpan
	Get
	Set

Dim value As TimeSpan

value = Logger.MessagesExpire

Logger.MessagesExpire = value
public:
static property TimeSpan MessagesExpire {
	TimeSpan get ();
	void set (TimeSpan value);
}
static member MessagesExpire : TimeSpan with get, set

Property Value

Type: TimeSpan
The messages expire time limit.
See Also