清除EventLog Windows C#

时间:2016-11-01 10:36:21

标签: c# windows event-log

我正在尝试清除Windows 7上的事件登录。在文档中我找到了这个例子:

EventLog myLog = new EventLog("MySource");
eventLog.Source = "MySource";
eventLog.Clear();

它适用于Windows应用程序和服务日志文件夹中的日志。但我的日志位于"应用程序和服务-Microsoft-Windows-PrintService / Operational"中。我收到一个错误:

  

事件日志' PrintService'在计算机上不存在。

Here is the log

0 个答案:

没有答案