Click or drag to resize

LogStackMessages(String) Constructor

Creates a new stack message from the provided list of key/value pairs.

Namespace: GSF.Diagnostics
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
Syntax
public LogStackMessages(
	params string[] keyValuePairs
)
View Source

Parameters

keyValuePairs  String
Key/value pairs, e.g., key1, value1, key2, value2, ..., key(n), value(n).
See Also