what is java's Logger.getRootLogger() in log4net?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, can anyone tell me the c# way to get the log4net root logger? background: there's a dll wich executes any code specified via xml (dest. assembly path, dest. method, etc.). within this dll, log4net is correctly configured and works fine. now i want to use the same logger from any of my dest. dlls. calling
LogManager.GetRepository()
and navigating through some public and private fields via visual studio tells that both appenders (configured in base dll) are available. But how to access them?