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и возвращает строку.

Применяется к