31
To: log4net-user@logging.apache.org
Subject: RE: 3rd party assembly logging configuration
I assume that root logger's name is empty string, so any type name used
for
logger creation will be treated according to hierarchical rules and
independent from the "main" application.
And
yAttribute and XmlConfiguratorAttribute have a
> look
>> at this example source file:
>>
>> examples\net\1.0\Repository\SimpleModule\cs\src\Math.cs
>>
>> Cheers,
>> Nicko
>>
>> Nicko Cadell
>> log4net development
>> http://lo
logging.apache.org/log4net
>
> -Original Message-
> From: minherz [mailto:[EMAIL PROTECTED]
> Sent: 01 May 2007 12:38
> To: log4net-user@logging.apache.org
> Subject: RE: 3rd party assembly logging configuration
>
>
> The subject of using repository is little
log4net
>
> -Original Message-
> From: minherz [mailto:[EMAIL PROTECTED]
> Sent: 01 May 2007 12:38
> To: log4net-user@logging.apache.org
> Subject: RE: 3rd party assembly logging configuration
>
>
> The subject of using repository is little cloudy for me, ev
pache.org/log4net
>
> -Original Message-
> From: minherz [mailto:[EMAIL PROTECTED]
> Sent: 01 May 2007 12:38
> To: log4net-user@logging.apache.org
> Subject: RE: 3rd party assembly logging configuration
>
>
> The subject of using repository is little cloudy f
heers,
Nicko
Nicko Cadell
log4net development
http://logging.apache.org/log4net
-Original Message-
From: minherz [mailto:[EMAIL PROTECTED]
Sent: 01 May 2007 12:38
To: log4net-user@logging.apache.org
Subject: RE: 3rd party assembly logging configuration
The subject of using repos
The subject of using repository is little cloudy for me, even after reading
documentation. If i want to have same hierarchical repository for my library
but starting from different root, then i have to use Repository attribute at
the assembly level of my library. Is it correct?
Do i have to enable
It sounds like you want to separate the logging done in your shared
assembly and the (optional) logging done in the main application.
All logging and logging configuration is done using a logger repository.
There is a default logger repository that is used by all assemblies,
however it is possible