Can NLog write to RavenDB database

帅比萌擦擦* 提交于 2019-12-11 05:41:45

问题


Want to try nosql and need to improve logging (write to some DB instead of files..). For now i use SQLCE for that. Can i use NLog and write to RavenDB for example? If 'yes' please provide some sample NLog configuratoin file. Thank you.


回答1:


Yes, you can do that, but you would have to write the appender that does this yourself, I don't think there is an OOTB appender for this.



来源:https://stackoverflow.com/questions/9390922/can-nlog-write-to-ravendb-database

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!