C# Class Serilog.Core.MessageTemplateFormatMethodAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: serilog/serilog

Public Methods

Method Description
MessageTemplateFormatMethodAttribute ( string messageTemplateParameterName ) : System

Initializes a new instance of the MessageTemplateFormatMethodAttribute class.

Method Details

MessageTemplateFormatMethodAttribute() public method

Initializes a new instance of the MessageTemplateFormatMethodAttribute class.
public MessageTemplateFormatMethodAttribute ( string messageTemplateParameterName ) : System
messageTemplateParameterName string Name of the message template parameter.
return System