Log4net does not write the log in the log file

后端 未结 13 2616
一生所求
一生所求 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-29 17:44

    Use this FAQ page: Apache log4net Frequently Asked Questions

    About 3/4 of the way down it tells you how to enable log4net debugging by using application tracing. This will tell you where your issue is.

    The basics are:

    
    
        
            
        
    
    

    And you see the trace in the standard output

提交回复
热议问题