EntLib5:记录应用程序块,通过代码而不是配置文件进行配置?
我似乎找不到任何通过代码配置 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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.
我还没有看过 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.