Sdílet prostřednictvím


LogEntry<TState>.Formatter Vlastnost

Definice

Získá formátovací modul.

public:
 property Func<TState, Exception ^, System::String ^> ^ Formatter { Func<TState, Exception ^, System::String ^> ^ 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)

Hodnota vlastnosti

Zapouzdřená metoda, která představuje formátovací modul, který přebírá TState a a Exceptionvrací řetězec.

Platí pro