EventSchemaTraceListener.MaximumFileSize Property
Gets the maximum size of the log file.
Assembly: System.Core (in System.Core.dll)
The property value is set by the maximumFileSize parameter in the constructor or the maximumFileSize attribute in the configuration file. For performance reasons, you should set the maximum file size to a multiple of 1024 bytes. The MaximumFileSize property value is not an absolute; it is a threshold that can be exceeded up to the size of the last message.
The following table shows the possible and default values for file size that are associated with each trace log retention option. The values marked as N/A indicate that the MaximumFileSize property is not checked for that TraceLogRetentionOption value.
TraceLogRetentionOption | Maximum file size | Default file size |
|---|---|---|
N/A | -1 | |
>0 | 4 KB | |
>0 | 4 KB | |
>0 | 4 KB | |
>0 | 4 KB |
The following code example demonstrates how to display the value of the MaximumFileSize property. This code example is part of a larger example that is provided for the EventSchemaTraceListener class.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.