Microsoft MVP성태의 닷넷 이야기
Vista : 28. Windows Eventing 6.0과 관련된 토픽 모음 [링크 복사], [링크+제목 복사],
조회: 11333
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 
(연관된 글이 1개 있습니다.)

TechNet Magazine - Windows Vista의 이벤트 관리를 위한 새로운 도구
; (broken) http://ms.inposti.com/korea/technet/technetmag/issues/2006/11/EventManagement/default.aspx

위의 토픽을 통해서 대략 Vista와 롱혼에 포함된 이벤트 뷰어의 향상된 기능을 짐작할 수 있습니다.

이러한 향상된 "Windows Eventing 6.0"에 대응되는 새로운 로깅 API가 있을 텐데요. 코드명이 "Crimson"이었다고 하는데, 지금은 어떻게 바뀌었는지는 모르겠습니다.

저도 마찬가지일 텐데 ^^ 가능하면 C++보다는 C#으로 프로그램을 하면 좋겠지요. Crimson과 관련된 .NET 래퍼는 다음에서 소개되고 있습니다.

Raise Crimson Events from Managed Code Part 1
; https://docs.microsoft.com/en-us/archive/blogs/daiken/raise-crimson-events-from-managed-code-part-1

Raise Crimson Events from .NET Part 2 - The Manifest
; https://docs.microsoft.com/en-us/archive/blogs/daiken/raise-crimson-events-from-net-part-2-the-manifest

Raise Crimson Events from .NET Part 3 - The DLL
; https://docs.microsoft.com/en-us/archive/blogs/daiken/raise-crimson-events-from-net-part-3-the-dll

Raise Crimson Events from .NET Part 4 & 5 - Wrapping the API
; http://blogs.msdn.com/daiken/archive/2005/10/10/479059.aspx

참고로, 위 토픽들은 2005년에 씌여진 것들이기 때문에 Vista RTM에서는 바뀌었을지도 모릅니다.

................

[내용 추가: 2007-01-19]

일단, 프로그램은 위와 같은 식으로 할 수 있겠고, 사용법에 대해서는 다음과 같은 2가지 토픽을 보면 되겠습니다.

WinINet ETW Tracing Support in Windows Vista
; https://docs.microsoft.com/en-us/archive/blogs/wndp/wininet-etw-tracing-support-in-windows-vista

Event Tracing in HTTP.sys: Part 1 - Capturing a Trace
; https://docs.microsoft.com/en-us/archive/blogs/wndp/event-tracing-in-http-sys-part-1-capturing-a-trace

Event Tracing in HTTP.sys: Part 2 - Anatomy of an Event
; https://docs.microsoft.com/en-us/archive/blogs/wndp/event-tracing-in-http-sys-part-2-anatomy-of-an-event

...............

WinINET이나, HTTP.sys와 같은 빈번한 입출력 시스템에서도 사용할 수 있을 정도라면... 웬만한 프로그램들은 "Crimson"을 이용해서 디버깅 로그를 찍는 것이 가능하다고 볼 수 있겠습니다. (사실, 기존 Event API로는 사건 중심의 내용을 기록할 지언정, 디버깅 로그까지 보낸다는 것은 권장이 안되었죠.)

무엇보다도 마음에 드는 것은... 시스템 운영 중에 동적으로 이벤트/추적 로그를 활성화시킬 수 있는 배려.


[연관 글]






[최초 등록일: ]
[최종 수정일: 6/24/2021]


비밀번호

댓글 작성자
 



2008-09-02 09시25분
kevin25
2013-09-23 11시23분
Introduction Tutorial: Logging ETW events in C#: System.Diagnostics.Tracing.EventSource
; http://blogs.msdn.com/b/vancem/archive/2012/07/09/logging-your-own-etw-events-in-c-system-diagnostics-tracing-eventsource.aspx
정성태

... 31  32  33  34  35  36  37  38  39  40  41  42  43  44  [45]  ...
NoWriterDateCnt.TitleFile(s)
65정성태2/15/200510507Office 2003: XML Reference Schemas
64정성태2/14/200511693MFC 및 ATL 컨트롤을 위한 서명된 CAB 파일 만들기
63정성태2/15/200510206[CodeProject] Overriding MFC's Default Client Site to Implement IServiceProvider파일 다운로드1
62정성태11/14/200510563간략 소개 - 64bit Windows
61정성태1/29/200510651XP SP2 팝업창을 코드로 띄우는 것이 가능하군요.
60정성태1/28/20058994MSDN Chat : VS.NET 2005 Team System public chats파일 다운로드1
59정성태1/27/200511123Error 1034. Error writing to file" when installing Visual Studio .NET 2005 CTP December 2004 - error code is 2350
57정성태1/17/200510447Microsoft .NET: Implement a Custom Common Language Runtime Host for Your Managed App파일 다운로드1
56정성태1/12/200510812.NET Framework 2.0 설치 후, InfoPath 폼이 VS.NET 2003 에서 디버깅이 안되는 경우.
55정성태1/10/200510936Management (WMI) Extensions for Visual Studio .NET 2003 Server Explorer
54정성태1/11/200510167WSE 2.0 및 Sun JWSDP 1.4를 사용한 WS-Security 상호 운용성
76정성태3/10/200510623    답변글 [추가]: Web Services Security Interoperability using WSE 2.0 and Systinet Server 5.0 for Java
94정성태5/12/200510390    답변글 [추가]: JWSDP 1.5 버전이 나왔군요.
148정성태12/12/20058708    답변글 [추가]: WS-Security Interoperability with .NET/WSE and WebLogic Workshop 8.1파일 다운로드1
53정성태1/6/200511042버퍼 오버런 해결!
58정성태1/23/200511776    답변글 VS.NET 2005 : 새롭게 소개되는 버퍼 오버런 방지 CRT 함수들
52정성태1/6/20059912Visual C# .NET Code Samples
51정성태1/6/200510049Visual C++ .NET 2003 Code Samples
50정성태1/6/200510075Visual Studio .NET 2003 Automation Samples
49정성태1/3/200599362005년 올 한 해 릴리스 될 MS 제품
48정성태1/2/200510238.NET 2.0 : 연결 문자열 및 기타 .config 내용 암호화
47정성태12/31/200410411뉴스그룹: Microsoft Whidbey Private 뉴스 그룹
46정성태12/31/200410183MSDN Magazine: Comparing the Timer Classes in the .NET Framework Class Library
45정성태12/31/20049702MSDN Magazine: Updating the UI from a Secondary Thread
44정성태12/30/200410856NewSID : 사용자 계정의 보안 식별자를 변경해 주는 프로그램파일 다운로드1
43정성태12/28/200410182VSMT 소개: Physical Server to Virtual Server
... 31  32  33  34  35  36  37  38  39  40  41  42  43  44  [45]  ...