EntLib5:记录应用程序块,通过代码而不是配置文件进行配置?

发布于 2024-11-03 03:26:59 字数 143 浏览 0 评论 0原文

我似乎找不到任何通过代码配置 EntLib5 日志应用程序块的示例。

我通过配置文件配置了它,它工作得很好,但我想通过代码创建另一个监听器,用于编写日志文件,以显示我的插件如何加载,成功与否。

有人对用纯代码做监听器有什么建议或工作示例吗?

I can't seem to find any examples for configuring EntLib5 logging application block via code.

I have it configured via a config file and its working great but i would love to create another listener via code for writing out a log file for display how my plugins were loaded, succesfully or not.

Anybody have any advice or working example for doing a listener in pure code?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

暖阳 2024-11-10 03:26:59

v5.0 中添加的新的流畅配置界面为您提供了一种优雅且易于解释的方式来以编程方式配置 EntLib。请参阅此处的示例:
http://msdn.microsoft.com/en -us/library/ff664363(PandP.50).aspx# Fluent_api_logging

IntelliSense 将帮助完成其余的工作。

The new fluent configuration interface added in v5.0 gives you an elegant and easy to interpret way to programmatically configure EntLib. See an example here:
http://msdn.microsoft.com/en-us/library/ff664363(PandP.50).aspx#fluent_api_logging

IntelliSense will help with the rest.

金兰素衣 2024-11-10 03:26:59

我还没有看过 Entlib 5,但原则上 Api 应该与 Entlib 2.0 相同。这是一个如何通过代码配置它的示例

I have not yet looked at the Entlib 5 yet but in principle the Api should be the same as for Entlib 2.0. Here is an example how to configure it via code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文