EventLogConfiguration.LogMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.