c# Best Method to create a log file

前端 未结 12 605
甜味超标
甜味超标 2020-12-28 13:37

I\'m writing a tool that\'s going to be check the health of workstations across a network, and will fix according to the issues it finds. I want to create a log file as the

12条回答
  •  旧时难觅i
    2020-12-28 14:08

    We did a lot of research into logging, and decided that NLog was the best one to use.

    See http://nlog-project.org/

    Also see log4net vs. Nlog and http://www.dotnetlogging.com/comparison/

提交回复
热议问题