Method | Description | |
---|---|---|
GetTraceMessages ( ) : IEnumerable |
Returns an enumeration of the most recent trace messages.
|
|
MemoryTraceWriter ( ) : System |
Initializes a new instance of the MemoryTraceWriter class.
|
|
ToString ( ) : string |
Returns a String of the most recent trace messages.
|
|
Trace ( TraceLevel level, string message, |
Writes the specified trace level, message and optional exception.
|
public Trace ( TraceLevel level, string message, |
||
level | TraceLevel | The |
message | string | The trace message. |
ex | The trace exception. This parameter is optional. | |
return | void |