Enum WindowsEventLogRetentionPolicy
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the retention policy for an event log.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum WindowsEventLogRetentionPolicy
Fields
Archive = 2
The event log is configured to archive the log when full, do not overwrite events.
DoNotOverwriteEvents = 3
The event log is configured to not overwrite events (clear logs manually).
OverwriteEvents = 1
The event log is configured to overwrite events as needed (oldest events first).
Unknown = 0
The overwrite policy is unknown.