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
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.