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 |