-
Notifications
You must be signed in to change notification settings - Fork 0
79f2e131 eea2 8b42 d64b c442accca9b4
Axel Kesseler edited this page Mar 1, 2023
·
14 revisions
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
C#
int Threshold { get; set; }
Type: Int32
The threshold of the file size in kilobyte.
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.
IPersistentLoggerSettings Interface
Plexdata.LogWriter.Abstraction Namespace