RE: 3rd party assembly logging configuration

2007-05-01 Thread nicko
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

RE: 3rd party assembly logging configuration

2007-05-01 Thread minherz
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

RE: 3rd party assembly logging configuration

2007-05-01 Thread nicko
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

RE: 3rd party assembly logging configuration

2007-05-01 Thread minherz
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

RE: 3rd party assembly logging configuration

2007-05-01 Thread minherz
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

RE: 3rd party assembly logging configuration

2007-05-01 Thread nicko
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

RE: 3rd party assembly logging configuration

2007-05-01 Thread minherz
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

RE: 3rd party assembly logging configuration

2007-04-30 Thread nicko
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