EventSchemaTraceListener Properties
The EventSchemaTraceListener type exposes the following members.
| Name | Description | |
|---|---|---|
|
Attributes | Gets the custom trace listener attributes defined in the application configuration file. (Inherited from TraceListener.) |
|
BufferSize | Gets the size of the output buffer. |
|
Filter | Gets and sets the trace filter for the trace listener. (Inherited from TraceListener.) |
|
IndentLevel | Gets or sets the indent level. (Inherited from TraceListener.) |
|
IndentSize | Gets or sets the number of spaces in an indent. (Inherited from TraceListener.) |
|
IsThreadSafe | Gets a value indicating whether the trace listener is thread safe. (Overrides TraceListener.IsThreadSafe.) |
|
MaximumFileSize | Gets the maximum size of the log file. |
|
MaximumNumberOfFiles | Gets the maximum number of log files. |
|
Name | Gets or sets a name for this TraceListener. (Inherited from TraceListener.) |
|
NeedIndent | Gets or sets a value indicating whether to indent the output. (Inherited from TraceListener.) |
|
TraceLogRetentionOption | Gets the trace log retention option for the file. |
|
TraceOutputOptions | Gets or sets the trace output options. (Inherited from TraceListener.) |
|
Writer | Gets or sets the underlying text writer that writes to the log file. |