P_Furcadia_Logging_Logger_MessagesExpire - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

Logger.MessagesExpire 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 43

Syntax

C#

public static TimeSpan MessagesExpire { get; set; }

VB

Public Shared Property MessagesExpire As TimeSpan
	Get
	Set

VB Usage

Dim value As TimeSpan

value = Logger.MessagesExpire

Logger.MessagesExpire = value

C++

public:
static property TimeSpan MessagesExpire {
	TimeSpan get ();
	void set (TimeSpan value);
}

F#

static member MessagesExpire : TimeSpan with get, set

Property Value

Type: TimeSpan
The messages expire time limit.

See Also

Reference

Logger Class
Furcadia.Logging Namespace

⚠️ **GitHub.com Fallback** ⚠️