LoggerAppend
|
Name | Description | |
---|---|---|
AppendStackMessages(LogStackMessages) | Temporarily appends data to the thread's stack so the data can be propagated to any messages generated on this thread. Be sure to call Dispose on the returned object to remove this from the stack. | |
AppendStackMessages(String, String) | Temporarily appends data to the thread's stack so the data can be propagated to any messages generated on this thread. Be sure to call Dispose on the returned object to remove this from the stack. |