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.181-beta
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