TraceMessageModifier.

TraceMessageModifier(string, string, string) Constructor

Summary

Create modifier struct.

Syntax

[PublicAPI]
public TraceMessageModifier(string connector, string mergeFormat = "{0}", string overallFormat = "{0}")

Attributes

Type Description
PublicAPI

Parameters

Name Type Description
connector string Connector string. See Connector.
mergeFormat string Single message format. See MergeFormat.
overallFormat string Whole message format. See OverallFormat.

Return Value

Type Description
void
GitHub