我正在尝试清除Windows 7上的事件登录。在文档中我找到了这个例子:
EventLog myLog = new EventLog("MySource");
eventLog.Source = "MySource";
eventLog.Clear();
它适用于Windows应用程序和服务日志文件夹中的日志。但我的日志位于"应用程序和服务-Microsoft-Windows-PrintService / Operational"中。我收到一个错误:
事件日志' PrintService'在计算机上不存在。