Hi, I am new to log4net and just starting reading some documentation about it. We need to see if it would be a suitable logging solution for our applications. Our product (like most of them) uses a number of assemblies. I was wondering if it would be possible for each assembly to log in its own log file (or any other destination) even if they are loaded in the same application domain. For example consider we have the following assemblies: A.dll and B.dll. Is it possible for the two assemblies to log in their own log files even if they are loaded in the same application domain? If yes, could you please give me a very simple example?
Thank you, Cristian -- View this message in context: http://www.nabble.com/Log-in-more-than-1-log-desination-for-different-assemblies.-tp24807634p24807634.html Sent from the Log4net - Users mailing list archive at Nabble.com.
