Log4net does not write the log in the log file

后端 未结 13 2546
一生所求
一生所求 2020-11-29 17:09

I have created a simple scenario using Log4net, but it seems that my log appenders do not work because the messages are not added to the log file.

I added the followi

13条回答
  •  执念已碎
    2020-11-29 17:50

    For me I moved the location of the logfiles and it was only when I changed the name of the file to something else it started again.

    It seems if there is a logfile with the same name already existing, nothing happens.

    Afterwards I rename the old file and changed the log filename in the config back again to what it was.

提交回复
热议问题