![]() | MessageTemplateParameter Structure |
Namespace: NLog.MessageTemplates
The MessageTemplateParameter type exposes the following members.
Name | Description | |
---|---|---|
![]() | MessageTemplateParameter |
Constructs a single message template parameter
|
Name | Description | |
---|---|---|
![]() | CaptureType |
Parameter method that should be used to render the parameter
See also IValueFormatter |
![]() | Format |
Format to render the parameter.
This is everything between ":" and the first unescaped "}"
|
![]() | Name |
Parameter Name extracted from Message
This is everything between "{" and the first of ",:}".
|
![]() | PositionalIndex |
Returns index for Parameters, when IsPositional |
![]() | Value |
Parameter Value extracted from the Parameters-array
|
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |