在C#中的事件查看器中创建一个文件夹

问题描述:


EventViewer中,我使用
创建一个事件源.

Hi
In EventViewer I create an event source using

EventLog.CreateEventSource("SourceName" , "AppName");



我想在此应用程序名称下创建一个子文件夹



I want to create a subfolder under this application name

how do I do this?

这是答案.
如何在文件夹下创建事件日志 [ ^ ]

如果这有助于解决您的问题,请标记为解决方案并投票.谢谢
Here is the answer.
How to create event log under a folder[^]

Please mark as solution and vote if this helps to solve your problem. thanks