CustomLogRecordTextOptions Constructor |
Initializes a new CustomLogRecordTextOptions.
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.14.0 (6.10.14.0)
C#
public CustomLogRecordTextOptions( int parameterCount, string name = null )
Parameters
- parameterCount
- Type: System.Int32
Number of parameters in the message. - name (Optional)
- Type: System.String
Semantic name of the message (null in case of a non-semantic message).