|
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.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
Syntaxpublic static IDisposable AppendStackMessages(
string key,
string value
)
Public Shared Function AppendStackMessages (
key As String,
value As String
) As IDisposable
public:
static IDisposable^ AppendStackMessages(
String^ key,
String^ value
)
static member AppendStackMessages :
key : string *
value : string -> IDisposable
GSF.Diagnostics.Logger.AppendStackMessages = function(key, value);
View SourceParameters
- key String
-
- value String
-
Return Value
IDisposable
See Also