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

プロパティ値

既定値は simple です。

適用対象