Click or drag to resize

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.

Namespace: GSF.Diagnostics
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.232-beta+203aa83a5a82d50f387e69875549969ad138d6e0
Syntax
public static IDisposable AppendStackMessages(
	string key,
	string value
)
View Source

Parameters

key  String
 
value  String
 

Return Value

IDisposable
See Also