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.

Definition

Namespace: Gemstone.Diagnostics
Assembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.150 -- Release Build+2592e65d65fe0b04e044df0bc79f2e5da6464eee
public static IDisposable AppendStackMessages(
	LogStackMessages messages
)

Parameters

messages  LogStackMessages

[Missing <param name="messages"/> documentation for "M:Gemstone.Diagnostics.Logger.AppendStackMessages(Gemstone.Diagnostics.LogStackMessages)"]

Return Value

IDisposable

[Missing <returns> documentation for "M:Gemstone.Diagnostics.Logger.AppendStackMessages(Gemstone.Diagnostics.LogStackMessages)"]

See Also