LogEntry<TState>.Formatter Właściwość

Definicja

Pobiera formater.

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)

Wartość właściwości

Metoda hermetyzowana, która reprezentuje formatator, który przyjmuje TState element i Exception, i zwraca ciąg.

Dotyczy