Re: Issue with Repositories and configuration...

2006-04-18 Thread Hollywood
tatic GetLogger method. - Original Message - From: "Ron Grabowski" <[EMAIL PROTECTED]> To: "Log4NET User" Sent: Monday, April 17, 2006 8:53 PM Subject: Re: Issue with Repositories and configuration... What happens if you request the ILogEx instance from the

Re: Issue with Repositories and configuration...

2006-04-17 Thread Ron Grabowski
What happens if you request the ILogEx instance from the My.Network assembly (the My.Network repository) instead of letting log4net decide what repository to create it from: private static readonly My.Network.ILogEx log = My.Network.LogExManager.GetLogger( Assembly.GetAssembly(MethodBase.Ge

Issue with Repositories and configuration...

2006-04-13 Thread Hollywood
I have an assembly that I want to use respositories for. It has the following declared in the AssemblyInfo.cs file: // We want this assembly to have a seperate logging repository to the // rest of the application. We will configure this repository seperatly. [assembly: log4net.Config.Repository(

Issue with Repositories and configuration...

2006-04-13 Thread Hollywood
I have an assembly that I want to use respositories for. It has the following declared in the AssemblyInfo.cs file: // We want this assembly to have a seperate logging repository to the // rest of the application. We will configure this repository seperatly. [assembly: log4net.Config.Repository