企业库:如何在Windows事件日志条目中将数据添加到任务类别?

时间:2012-10-08 05:32:15

标签: enterprise-library event-log

使用Microsoft Enterprise Library 5.0时,我们如何让日志记录块在事件日志条目的“任务类别”字段中输入数据,而无需在代码中专门创建事件日志条目?

我的企业库类别显示得很好,但这不是我们过滤Windows事件日志的,因此任务类别条目会很好。

但我也希望在代码中使用通用日志记录调用,而不是专门实例化Windows日志条目,即我想保留:

// Create a LogWriter object.
LogWriter writer = EnterpriseLibraryContainer.Current.GetInstance<LogWriter>();

// Use the LogWriter object.
writer.Write("My message", "kicks");

但不知何故也完成了任务类别字段。

enter image description here

0 个答案:

没有答案