DebugDataType 복합 형식
Windows WPP(소프트웨어 추적 전처리기) 이벤트에 대해 기록할 수 있는 데이터를 정의합니다.
<xs:complexType name="DebugDataType">
<xs:sequence>
<xs:element name="SequenceNumber"
type="unsignedInt"
minOccurs="0"
/>
<xs:element name="FlagsName"
type="string"
minOccurs="0"
/>
<xs:element name="LevelName"
type="string"
minOccurs="0"
/>
<xs:element name="Component"
type="string"
/>
<xs:element name="SubComponent"
type="string"
minOccurs="0"
/>
<xs:element name="FileLine"
type="string"
minOccurs="0"
/>
<xs:element name="Function"
type="unsignedInt"
minOccurs="0"
/>
<xs:element name="Message"
type="string"
/>
<xs:any
minOccurs="0"
maxOccurs="unbounded"
processContents="lax"
namespace="##other"
/>
</xs:sequence>
<xs:anyAttribute
processContents="lax"
namespace="##other"
/>
</xs:complexType>
자식 요소
요소 | Type | Description |
---|---|---|
구성 요소 | 문자열 | 추적 메시지를 기록한 구성 요소의 이름입니다. |
FileLine | 문자열 | 원본 파일의 이름 및 추적 메시지를 기록한 원본 파일 내의 줄입니다. |
FlagsName | 문자열 | 사용할 때 공급자에게 전달된 플래그 값입니다. |
함수 | unsignedInt | 추적 메시지를 기록한 함수의 이름입니다. |
LevelName | 문자열 | 사용하도록 설정되었을 때 공급자에게 전달된 수준 값입니다. |
메시지 | 문자열 | 메시지 문자열입니다. WPP 이벤트가 FormattedString 필드를 지정한 경우 XML에는 이 요소가 포함됩니다. |
SequenceNumber | unsignedInt | 추적 메시지의 로컬 또는 전역 시퀀스 번호입니다. |
SubComponent | 문자열 | 추적 메시지를 기록한 하위 구성 요소의 이름입니다. |
설명
요소는 공급자가 %TRACE_FORMAT_PREFIX% 환경 변수를 설정하여 포함할 경우에만 포함됩니다. 이러한 요소에 대한 자세한 내용은 메시지 접두사 추적을 참조하세요.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 |
Windows Vista [데스크톱 앱만 해당] |
지원되는 최소 서버 |
Windows Server 2008 [데스크톱 앱만 해당] |