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
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
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(
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