|
LoggerAppendStackMessages(LogStackMessages) Method
|
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.
Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
SyntaxPublic Shared Function AppendStackMessages (
messages As LogStackMessages
) As IDisposable
GSF.Diagnostics.Logger.AppendStackMessages = function(messages);
View SourceParameters
- messages LogStackMessages
Return Value
IDisposable
See Also