SubsystemAutoRotateLogFiles Property

If this property is set to false, when the size of the current session folder reaches the size limit specified by property LogSizeMax, RTX64 Monitor will stop writing monitoring event data to the current monitoring session. If this is set to true, when the size of the current session folder reaches the size limit specified by property LogSizeMax, RTX64 Monitor will rotate log files within the session folder, deleting the oldest file.

Namespace:  IntervalZero.RTX64.Monitor
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public bool AutoRotateLogFiles { get; set; }

Property Value

Type: Boolean

Implements

IMonitorSubsystemAutoRotateLogFiles
Exceptions
ExceptionCondition
RTX64Exception Thrown if this property is used without the RTX64 Runtime installed.
See Also