ConsoleLoggerOptions.FormatterName 属性

定义

要使用的日志消息格式化程序的名称。

public:
 property System::String ^ FormatterName { System::String ^ get(); void set(System::String ^ value); };
public string? FormatterName { get; set; }
member this.FormatterName : string with get, set
Public Property FormatterName As String

属性值

表示格式化程序名称的字符串。 默认值为“简单”。

适用于