LoggerAppendStackMessages(String, String) 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.147 -- Release Build+6d8205f6bef6d4bbdafae492b5ebb1e8ed76a73f
public static IDisposable AppendStackMessages(
	string key,
	string value
)

Parameters

key  String

[Missing <param name="key"/> documentation for "M:Gemstone.Diagnostics.Logger.AppendStackMessages(System.String,System.String)"]

value  String

[Missing <param name="value"/> documentation for "M:Gemstone.Diagnostics.Logger.AppendStackMessages(System.String,System.String)"]

Return Value

IDisposable

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

See Also