What the best rollover log file tracelistener for .NET

前端 未结 9 587
太阳男子
太阳男子 2020-12-28 13:43

I\'m looking for a good TraceListener for .Net that supports rolling over the log file based on size limits.

Constraints

  • Uses .Net b
9条回答
  •  無奈伤痛
    2020-12-28 14:29

    I have used both Log4Net and Nlog. I prefer NLog but really once they are setup you forget they are there anyway (untill something breaks, then your glad it is there!). there should be plenty of documentation on both out in the interweb

提交回复
热议问题