The following tables list the members exposed by MemoryTraceWriter.
Public Properties
| Name | Description |
 | LevelFilter | Gets the System.Diagnostics.TraceLevel that will be used to filter the trace messages passed to the writer. For example a filter level of Info will exclude Verbose messages and include Info , Warning and Error messages. |
Top
Public Methods
| Name | Description |
 | GetTraceMessages |
Returns an enumeration of the most recent trace messages.
|
 | ToString | Returns a System.String of the most recent trace messages. |
 | Trace |
Writes the specified trace level, message and optional exception.
|
Top
See Also