How to configure logging in Quartz.NET scheduler

岁酱吖の 提交于 2019-12-10 20:11:28

问题


How I can configure logging to a text file in Quartz.NET scheduler? Shall I achieve it by using only Common.Logging.dll or I need log4net also?


回答1:


You can use Common Logging and NLog as explained here.



来源:https://stackoverflow.com/questions/6594341/how-to-configure-logging-in-quartz-net-scheduler

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