StreamLink.NET
MaxLogFileSize Property
StreamLink.NETCaplin.StreamLink.LoggingFileLoggerConfigurationMaxLogFileSize
Gets or sets the maximum size that the log file can reach before it is closed and renamed and a new file is opened.
Declaration Syntax
C#Visual BasicVisual C++
public int MaxLogFileSize { get; set; }
Public Property MaxLogFileSize As Integer
public:
property int MaxLogFileSize {
	int get ();
	void set (int value);
}
Value
The maximum size of the log file in bytes.
Remarks
For more information see the description of the <MaxLogFileSize> XML tag in the StreamLink Configuration XML Reference.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.22.0 (5.0.22.0)