PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​CustomCustom­Log­Record­Text­OptionsCustom­Log­Record­Text­Options
Open sandboxFocus

CustomLogRecordTextOptions Constructor

CustomLogRecordTextOptions(Int32, String)

Initializes a new CustomLogRecordTextOptions.

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

Number of parameters in the message.

System.String name

Semantic name of the message (null in case of a non-semantic message).