EventLogConfiguration.LogMode Property

Definition

Gets or sets an EventLogMode value that determines how events are handled when the event log becomes full.

public:
 property System::Diagnostics::Eventing::Reader::EventLogMode LogMode { System::Diagnostics::Eventing::Reader::EventLogMode get(); void set(System::Diagnostics::Eventing::Reader::EventLogMode value); };
public System.Diagnostics.Eventing.Reader.EventLogMode LogMode { get; set; }
member this.LogMode : System.Diagnostics.Eventing.Reader.EventLogMode with get, set
Public Property LogMode As EventLogMode

Property Value

One of the enumeration values.

Remarks

If the value of this property is changed, call the SaveChanges method to save the changes.

Applies to

See also