What would a Log4Net Wrapper class look like?

后端 未结 9 1001
失恋的感觉
失恋的感觉 2020-12-02 05:19

I have been looking for a logging framework for .net (c#) and decided to give log4net a go after reading up on a few question/answer threads here on stackoverflow. I see peo

9条回答
  •  南方客
    南方客 (楼主)
    2020-12-02 06:00

    My understanding is that a wrapper class for log4net would be a static class which takes care of initializing the logging object from app.config/web.config or by code (e.g. integration with NUnit).

提交回复
热议问题