Skip to content

79f2e131 eea2 8b42 d64b c442accca9b4

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

IPersistentLoggerSettings.Threshold Property

The size in kilobyte at when a logging file should be switched.

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

Syntax

C#

int Threshold { get; set; }

Property Value

Type: Int32
The threshold of the file size in kilobyte.

Remarks

The threshold is actually meant as approximate value. This in turn means that the file size is determined after a logging message has been written.

The threshold of less than or equal to zero means no limitation.

See Also

Reference

IPersistentLoggerSettings Interface
Plexdata.LogWriter.Abstraction Namespace

Clone this wiki locally