 | MessageTemplateFormatMethodAttribute Class |
Mark a parameter of a method for message templating
Inheritance HierarchySystemObject
SystemAttribute
NLogMessageTemplateFormatMethodAttribute
Namespace:
NLog
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic sealed class MessageTemplateFormatMethodAttribute : Attribute
Public NotInheritable Class MessageTemplateFormatMethodAttribute
Inherits Attribute
Dim instance As MessageTemplateFormatMethodAttribute
[<SealedAttribute>]
type MessageTemplateFormatMethodAttribute =
class
inherit Attribute
end
The MessageTemplateFormatMethodAttribute type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | ParameterName |
The name of the parameter that should be as treated as message-template-string
|
Top
See Also