在使用 NHibernate 或 Castle ActiveRecord 的应用程序中使用 log4net 时有什么注意事项吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
不,没有特殊要求。
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.
如果 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.