RenderingInfoType 복합 형식

이벤트에 대해 렌더링된 메시지를 정의합니다.

<xs:complexType name="RenderingInfoType">
    <xs:sequence>
        <xs:element name="Message"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Level"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Opcode"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Task"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Channel"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Provider"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Keywords"
            minOccurs="0"
        >
            <xs:complexType>
                <xs:sequence>
                    <xs:element name="Keyword"
                        type="string"
                        minOccurs="0"
                     />
                </xs:sequence>
            </xs:complexType>
        </xs:element>
        <xs:any
            minOccurs="0"
            maxOccurs="unbounded"
            processContents="lax"
            namespace="##other"
         />
    </xs:sequence>
    <xs:attribute name="Culture"
        type="language"
        use="required"
     />
    <xs:anyAttribute
        processContents="lax"
        namespace="##other"
     />
</xs:complexType>

자식 요소

요소 Type 설명
채널 문자열 이벤트에 지정된 채널의 렌더링된 메시지 문자열입니다.
키워드 문자열 이벤트에 지정된 키워드(keyword) 렌더링된 메시지 문자열입니다.
키워드 렌더링된 키워드 목록입니다.
수준 문자열 이벤트에 지정된 수준의 렌더링된 메시지 문자열입니다.
메시지 문자열 이벤트의 렌더링된 메시지 문자열입니다.
Opcode 문자열 이벤트에 지정된 opcode의 렌더링된 메시지 문자열입니다.
공급자 문자열 공급자에 대한 렌더링된 메시지 문자열입니다.
Task 문자열 이벤트에 지정된 작업의 렌더링된 메시지 문자열입니다.

특성

이름 형식 Description
문화권 언어 메시지 문자열을 렌더링하는 데 사용되는 로캘을 식별하는 언어 이름(예: en-US)입니다.

설명

Windows 이벤트 수집기 서비스를 사용하여 수집된 이벤트만 이 섹션을 포함합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트
Windows Vista [데스크톱 앱만 해당]
지원되는 최소 서버
Windows Server 2008 [데스크톱 앱만 해당]