更新:2007 年 11 月
此示例将字符串写入本地计算机上的应用程序事件日志。
示例
复制代码 | |
---|---|
System.Diagnostics.EventLog appLog = new System.Diagnostics.EventLog() ; appLog.Source = "This Application's Name"; appLog.WriteEntry("An entry to the Application event log."); |
编译代码
复制该代码,并将其粘贴到控制台应用程序的 Main 方法中。
可靠编程
指定的源只能与一个事件日志 (
安全性
在部分信任的情况下可能会引发