nlog 和 SQL Server Compact 4.0 的示例配置
如果有人能给我发布一个示例 nlog.config 以将 nlog 与 SQL Server Compact 4.0 一起使用,我将不胜感激。
我可以输出到控制台和文件确定。我尝试了各种 dbProviders 和 connectionStrings,但似乎没有任何效果。
提前致谢。
艾伦·T
I would be grateful if someone could post me a sample nlog.config for using nlog with SQL Server Compact 4.0.
I can output to the console and a file OK. I've tried various dbProviders and connectionStrings, but nothing seems to work.
Thanks in advance.
Alan T
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想通了。我的测试应用程序是用 C# 编写的控制台应用程序。以下是我使用的各种文件的内容。
Program.cs
App.config
NLog.config
数据库创建命令:
希望这可以帮助其他尝试使用 nLog 和 SQL Server CE 4.0 的人。
I figured it out. My test application is a console application written in C#. Below is the contents of the various files I used.
Program.cs
App.config
NLog.config
Database create command:
Hope this helps others trying to use nLog and SQL Server CE 4.0.