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)

屬性值

封裝的方法,表示接受 TStateException的格式子,並傳回字串。

適用於