log4net across appdomains

前端 未结 5 1567
失恋的感觉
失恋的感觉 2020-12-30 02:18

I have an application which initializes log4net from one appdomain and needs to use it in another appdomain. Is it supported?

If not, should I initialize log4net fro

5条回答
  •  一向
    一向 (楼主)
    2020-12-30 02:59

    The logger should be initialized once per app-domain.

提交回复
热议问题