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.
我从 nuget安装了这个插件。
我通过 glimpse.axd 文件启用了 glimpse,但是当我转到 petapoco 选项卡时,我看到了这条消息
"No database requests or database logging not switched on (Compilation debug='true' or ForceLogging='true' on PetaPoco.DatabaseWithLogging)"
我在哪里设置这个日志记录?
您需要创建一个新的,DatabaseWithProfiling()而不是Database()像往常一样。从 NuGet 中提取模型文件夹中的代码后,将其签出。
DatabaseWithProfiling()
Database()