This documentation is archived and is not being maintained.

EventLogConfiguration::LogMode Property

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

Namespace:  System.Diagnostics.Eventing.Reader
Assembly:  System.Core (in System.Core.dll)

public:
property EventLogMode LogMode {
	EventLogMode get ();
	void set (EventLogMode value);
}

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

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5
Show: