Re: Two assemblies using same Log4Net framework

2009-10-08 Thread Ron Grabowski
bject: Two assemblies using same Log4Net framework Hi My main VB.NET application uses sets up and configures Log4Net. It calls two or three other assemblies and I want to "pass a reference" to the main app's Log4Net instance to those assemblies so they log messages into the same l

Two assemblies using same Log4Net framework

2009-09-24 Thread Peter
Hi My main VB.NET application uses sets up and configures Log4Net. It calls two or three other assemblies and I want to "pass a reference" to the main app's Log4Net instance to those assemblies so they log messages into the same log file and respect the same configuration settings. Is it corr