LogEntry<TState>.Formatter Proprietà

Definizione

Ottiene il formattatore.

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)

Valore della proprietà

Metodo incapsulato che rappresenta un formattatore, che accetta un TState oggetto e e Exceptionrestituisce una stringa.

Si applica a