LogValuesFormatter(String) 생성자

정의

LogValuesFormatter 클래스의 새 인스턴스를 초기화합니다.

public:
 LogValuesFormatter(System::String ^ format);
public LogValuesFormatter(string format);
new Microsoft.Extensions.Logging.Internal.LogValuesFormatter : string -> Microsoft.Extensions.Logging.Internal.LogValuesFormatter
Public Sub New (format As String)

매개 변수

format
String

명명된 형식 문자열입니다.

적용 대상