log4net 中记录 EF 错误

发布于 2024-09-08 22:49:22 字数 50 浏览 3 评论 0原文

我正在尝试捕获 log4net 中的实体框架错误。 有人成功做到过吗? 有什么建议吗?

I am trying to capture Entity Framework errors in log4net.
Has anyone successfully done that?
Any suggestions?

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

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

发布评论

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

评论(1

北渚 2024-09-15 22:49:22

您的问题信息有点匮乏,并且不够具体,无法提供有意义的答案。另外,我没有任何使用实体框架的经验。

也就是说,将 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.

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