LogEntry<TState>.Formatter 속성

정의

포맷터를 가져옵니다.

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)

속성 값

및 를 사용하고 TStateException문자열을 반환하는 포맷터를 나타내는 캡슐화된 메서드입니다.

적용 대상