LogEntry<TState>.Formatter Propriedade

Definição

Obtém o formatador.

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 da propriedade

O método encapsulado que representa um formatador, que usa um TState e um Exceptione retorna uma cadeia de caracteres.

Aplica-se a