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

Gets or sets auto flush interval. Use -1 to disable it. Initially is autoflush disabled.

Namespace:  Phoenix.Logging
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static int AutoFlushInterval { get; set; }
Public Shared Property AutoFlushInterval As Integer
public:
static property int AutoFlushInterval {
	int get ();
	void set (int value);
}

See Also