Can Log4net have multiple appenders write to the same file?

前端 未结 2 1817
伪装坚强ぢ
伪装坚强ぢ 2020-12-09 09:16

I\'m using a RollingFileAppender to log some info to a file with a conversionPattern (in the web.config) that looks like this for the header of each log section:

<         


        
2条回答
  •  既然无缘
    2020-12-09 09:55

    You could realize if there is any problem with log4net checking the output window on visual studio. The library log errors there, very useful to detect configuration mistakes.

提交回复
热议问题