Click or drag to resize

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.Diagnostics
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax
public static IDisposable AppendStackMessages(
	LogStackMessages messages
)
View Source

Parameters

messages  LogStackMessages

Return Value

IDisposable
See Also