在使用 NHibernate 或 Castle ActiveRecord 的应用程序中使用 log4net 时有什么注意事项吗?

发布于 2024-09-15 17:31:12 字数 351 浏览 11 评论 0 原文

I used log4net in a sample application based on tutorial here. It works very well. But when I use same code and configuration in my main application, nothing works. My application is based on Castle ActiveRecord that itself is based on NHibernate. Both Castle ActiveRecord and NHibernate uses log4net internally. I'm suspicious about conflict between my use of log4net and Castle/NHibernate use of log4net. Am I right? If yes how can solve the conflict?

Thanks In Advance

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

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

发布评论

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

评论(2

云之铃。 2024-09-22 17:31:12

不,没有特殊要求。
Castle ActiveRecord 2.1.1 发行包包含所有必需的依赖项,包括 NHibernate.dll 和 log4net.dll,因此除非您覆盖某些内容,否则不可能获得错误/不兼容的版本。

No, there are no special requirements.
The Castle ActiveRecord 2.1.1 release package includes all required dependencies including NHibernate.dll and log4net.dll so unless you overwrite something it's impossible to get the wrong/incompatible versions.

┊风居住的梦幻卍 2024-09-22 17:31:12

如果 NHibernate 或 Castle ActiveRecord 使用不同的 log4net 版本,可能会出现冲突。如果所有组件(包括您的应用程序)都使用相同的 log4net 版本,那么应该不会有任何问题。

验证所有组件都使用相同的 log4net 版本并且仍然遇到问题后,您可以打开 log4net 的内部调试以了解发生了什么情况。

A conflict might arise if NHibernate or Castle ActiveRecord use a different log4net version. If all components (including your application) use the same log4net version then there should not be any problem.

Once you have verified that all components use the same log4net version and you still experience problems you can turn on internal debugging of log4net to find out what is going on.

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