TraceLogging 함수
TraceLogging은 ETW(Windows용 이벤트 추적) 공급자와 함께 작업할 수 있는 다음 함수를 제공합니다.
- TraceLoggingProviderEnabled 는 소비자가 TraceLogging 공급자의 이벤트를 수신 대기하는 경우 true를 반환합니다.
- TraceLoggingProviderId 는 TraceLogging 공급자의 공급자 ID(즉, 컨트롤 GUID)를 반환합니다.
- TraceLoggingRegister 는 TraceLogging 공급자를 엽니다.
- TraceLoggingRegisterEx 는 콜백을 사용하여 TraceLogging 공급자를 엽니다.
- TraceLoggingSetInformation 은 TraceLogging 공급자에서 추가 설정을 구성합니다.
- TraceLoggingUnregister 는 TraceLogging 공급자를 닫습니다.