Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
表格的几列在我们的生产环境中没有更新,但在验收环境中正常工作。它们应该是相同的,尤其是在数据库方面。
我想通过日志来调查错误。 有没有办法通过配置启用它?
EntityFramework 具有广泛的日志记录和跟踪选项。 但是当然这要复杂得多,这对于像 NPoco 这样的低占用空间框架来说可能是不可能的。
您可以使用拦截器来捕获命令和详细信息,然后将其记录下来。以前,您必须从数据库创建派生类并覆盖各种成员。