Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望能够在事件查看器中创建自定义日志(即在 Windows 事件查看器的“应用程序和服务日志”下创建自定义节点)
如果您使用 EventLog.CreateEventSource 方法,这是一项简单的任务:LINK它的问题是该方法仅在非托管代码中可用。
我想知道是否有任何方法可以在我的托管 C++ 代码中执行此操作。
我目前正在使用基于清单的 ETW 进行日志记录。提供者的清单中是否有我可以设置的地方?
干杯,雷扎++