Skip to content

ea6a2e90 849a 8fd0 196c d11e6ffe6608

Axel Kesseler edited this page Mar 1, 2023 · 14 revisions

IPersistentLoggerSettings.IsRolling Property

Enables or disables message rolling.

Namespace: Plexdata.LogWriter.Abstraction
Assembly: Plexdata.LogWriter.Persistent (in Plexdata.LogWriter.Persistent.dll) Version: 1.0.7.1

Syntax

C#

bool IsRolling { get; set; }

Property Value

Type: Boolean
True, rolling is enabled and false, rolling is disabled.

Remarks

This property allows enabling or disabling of rolling of the logging files. Rolling means that the real logging file changes if a particular condition is satisfied.

See Also

Reference

IPersistentLoggerSettings Interface
Plexdata.LogWriter.Abstraction Namespace

Clone this wiki locally