LogEntry<TState>.Formatter プロパティ

定義

フォーマッタを取得します。

public:
 property Func<TState, Exception ^, System::String ^> ^ Formatter { Func<TState, Exception ^, System::String ^> ^ get(); };
public Func<TState,Exception,string> Formatter { get; }
public Func<TState,Exception?,string> Formatter { get; }
member this.Formatter : Func<'State, Exception, string>
Public ReadOnly Property Formatter As Func(Of TState, Exception, String)

プロパティ値

と を受け取り TState 、文字列を返すフォーマッタを Exception表すカプセル化されたメソッド。

適用対象