Microsoft MVP성태의 닷넷 이야기
Vista : 28. Windows Eventing 6.0과 관련된 토픽 모음 [링크 복사], [링크+제목 복사],
조회: 11306
글쓴 사람
정성태 (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
정성태

... 16  17  18  19  20  21  22  23  24  25  26  27  28  [29]  30  ...
NoWriterDateCnt.TitleFile(s)
475정성태11/8/20069918개발 환경 구성: 42. VHD 파일을 가상 하드 디스크로 설정하는 방법파일 다운로드1
474정성태10/17/20069729개발 환경 구성: 41. Getting Linq to work outside of a Linq project template
473정성태10/16/20069193개발 환경 구성: 40. Source/Documentation for Simple ASP.NET 2.0 SQL Providers Published
472정성태10/12/200610012개발환경 구성 : 39. Microsoft .NET Framework 버전 3.0 배포
471정성태10/12/20069644개발환경 구성 : 38. 서명되지 않은 어셈블리를 서명.
470정성태10/11/20069282.NET : 23. FxCop: SuppressMessage 특성에 Expiry 값 설정
469정성태10/29/200610026개발환경 구성 : 37. XSDClassgen = XSDObjectGen + .net framework 2.0
468정성태10/10/20069770.NET : 22. 잘 정리된 .NET Tips
467정성태10/10/200610178개발환경 구성 : 36. The Differences Between Rijndael and AES
466정성태10/9/20069611TFS : 42. TFS 도움말 업데이트 - 버전 61004
465정성태10/29/20069434Visual C++ : 3. COM 심층 분석(한기용님)파일 다운로드1
464정성태10/7/200610484개발환경 구성 : 35. Ngen 을 적용한 응용 프로그램을 디버깅하는 방법
463정성태10/7/200610174.NET : 21. C# - lock keyword == Monitor 사용
462정성태10/6/20069859.NET : 20. 명시적으로 Dispose 를 호출하도록 유도.
461정성태10/5/20069356TFS : 41. Configuring SSL and the ISAPI filter in TFS SP1 Beta
460정성태10/5/200610431TFS : 40. Team Build 에서 특정 폴더 제외하는 방법
459정성태10/5/200610003.NET : 19. LINQ 관련 링크 목록
458정성태10/1/200610876TFS : 39. Team System Source Code: Unlocking Checed Out Files
457정성태9/30/20069773개발환경 구성 : 34. Visual Studio 2005 Team Edition for (unmanaged) C++ Developers
456정성태9/30/200610336TFS : 38. Draft Documentation for Visual Studio 2005 Service Pack 1 Beta
455정성태9/30/200610457.NET : 18. Orcas CTP now includes STL/CLR
454정성태9/28/200610479개발환경 구성 : 33. Managed Lex and Yacc
453정성태10/20/200610178Vista : 11. A Vista update: integration between System.Transactions and the transacted file system and registry
452정성태9/28/20069732개발환경 구성 : 32. Simple Sharing Extensions for RSS and OPML
451정성태9/28/20069864.NET : 17. Enterprise Library v3: The Plan
450정성태9/28/20069544.NET : 16. ADO.NET vNext Entity Data Model Designer Prototype, CTP
... 16  17  18  19  20  21  22  23  24  25  26  27  28  [29]  30  ...