log4net 中记录 EF 错误
我正在尝试捕获 log4net 中的实体框架错误。 有人成功做到过吗? 有什么建议吗?
I am trying to capture Entity Framework errors in log4net.
Has anyone successfully done that?
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的问题信息有点匮乏,并且不够具体,无法提供有意义的答案。另外,我没有任何使用实体框架的经验。
也就是说,将 log4net 与实体框架一起使用应该与将其与任何其他基于 .Net 的框架或编程方法一起使用没有什么不同。有许多在线资源(例如 log4net 主页!)向您展示如何针对许多不同的场景进行设置。
对于 EF,您只需要确定错误记录点应该在哪里(这是另一天的争论),然后在这些点添加 log4net 错误记录代码。
Your question is a bit scarce on information, and isn't specific enough to provide a meaningful answer. Also, I don't have any experience using Entity Framework.
That said, using log4net with Entity Framework should be no different than using it with any other .Net based framework or programming methodology. There are many online resources (like the log4net homepage!) which show you how to set it up for many different scenarios.
With regards to EF, you just need to determine where your error logging points should be (which is a debate for a different day), and then just add the log4net error-logging code at those points.