MetalamaAPI documentationFlashtrace APIFlashtrace.​RecordsLog­Record­Text­OptionsLog­Record­Text­Options
Open sandboxFocus

LogRecordTextOptions Constructor

LogRecordTextOptions(Int32, String)

Initializes a new instance of the LogRecordTextOptions struct.

Declaration
public LogRecordTextOptions(int parameterCount, string name = null)
Parameters
Type Name Description
System.Int32 parameterCount

Number of parameters in the message.

System.String name

Semantic name of the message, or null for a non-semantic message.