Open sandboxFocus

Constructor LogRecordTextOptions

LogRecordTextOptions(int, string?)

Initializes a new instance of the LogRecordTextOptions struct.

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

Number of parameters in the message.

string name

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