Subsystem.AutoRotateLogFiles Property

If this property is set to false, when the size of the current session folder reaches the size limit specified by property LogSizeMax, wRTOS 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, wRTOS Monitor will rotate log files within the session folder, deleting the oldest file.

Namespace:  IntervalZero.MaxRT.wRTOS.Monitor
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.0)

Syntax

Copy
public bool AutoRotateLogFiles { get; set; }

Property Value

Type: Boolean

Implements

IMonitorSubsystem.AutoRotateLogFiles

Exceptions

Exception Condition

wRTOSException

Thrown if this property is used without the wRTOS Runtime installed.

See Also: