Constructors
-
Memory
Trace Initializes a new instance of the MemoryTraceWriter class.Writer()
Methods
-
Get
Trace Returns an enumeration of the most recent trace messages.Messages() -
To
String() virtual Returns a String of the most recent trace messages. -
Trace(Trace
Level, sealed Writes the specified trace level, message and optional exception.String, Exception)
Properties
-
Level
Filter sealed Gets the 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.