摘要: 参考网址:http://www.oschina.net/code/explore/mono-2.8.1/mcs/class/System/System.Diagnostics/EventLog.cs1、服务器日志:应用程序日志、系统日志、安全日志。如下图2、查询日志代码:EventLogSearch.cs 1 public class EventLogClass:IDisposable 2 { 3 public string EntryType 4 { 5 get; 6 set; 7 } 8 public string GeneratedDate 9 { 10 get; 11 set; 12 阅读全文
posted @ 2011-05-22 20:03 tiandong 阅读(1221) 评论(0) 推荐(0)