LogEntry<TState>.Formatter Propriedade

Definição

Chama o formatador.

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)

Valor de Propriedade

O método encapsulado que representa um formatador, que recebe um TState e um Exception, e devolve uma cadeia.

Aplica-se a