LogEntry<TState>.Formatter Propriété

Définition

Obtient le formateur.

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)

Valeur de propriété

Méthode encapsulée qui représente un formateur, qui prend un TState et un Exception, et retourne une chaîne.

S’applique à