ConsoleLoggerOptions.FormatterName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
要使用的日志消息格式化程序的名称。
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
属性值
表示格式化程序名称的字符串。 默认值为“简单”。