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并返回字符串的封装方法。

适用于