LogEntry<TState>.Formatter Propiedad

Definición

Obtiene el formateador.

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)

Valor de propiedad

El método encapsulado que representa un formateador, que toma y TState , Exceptiony devuelve una cadena.

Se aplica a