RE: Programmatically determine if DOMConfigurator.Configure() failed

2005-02-14 Thread Nicko Cadell
ly determine if > DOMConfigurator.Configure() failed > > Hi > > I've read the FAQ which tells this : > "However, log4net will output a single message to > System.Console.Error indicating that logging can not be performed." > > Is there a way to prog

Programmatically determine if DOMConfigurator.Configure() failed

2005-02-14 Thread Thibaut Barrère
Hi I've read the FAQ which tells this : "However, log4net will output a single message to System.Console.Error indicating that logging can not be performed." Is there a way to programmatically (rather than visually) diagnose a log4net initialisation failure (especially through DOMConfigurator) ?

Re: DOMConfigurator.Configure()

2004-11-17 Thread Tom Willis
> "Log4NET User" > > > To Log4NET User > > cc > > Subject Re: DOMConfigurator.Configure() > > > > > > > > Thanks Nicko > > I have the DomConfiguratorAtribute in my Assemblyinfo, yet it still > doesn'

Re: DOMConfigurator.Configure()

2004-11-17 Thread DWilliams
To Log4NET User cc Subject Re: DOMConfigurator.Configure() Thanks Nicko I have the DomConfiguratorAtribute in my Assemblyinfo, yet it still doesn't work as expected. At least when run through NUnit. Based on the Caveat you just mentioned I wonder if perhaps Nunit is interfering.

Re: DOMConfigurator.Configure()

2004-11-17 Thread Tom Willis
; -Original Message- > > From: Tom Willis [mailto:[EMAIL PROTECTED] > > Sent: 17 November 2004 19:14 > > To: Log4NET User > > Subject: DOMConfigurator.Configure() > > > > I bet this question gets asked a lot. But I'm not finding &

RE: DOMConfigurator.Configure()

2004-11-17 Thread Nicko Cadell
ation Attributes' section in the log4net-1.2.0-beta8/doc/manual/introduction.html file. Cheers, Nicko > -Original Message- > From: Tom Willis [mailto:[EMAIL PROTECTED] > Sent: 17 November 2004 19:14 > To: Log4NET User > Subject: DOMConfigurator.Configure() > > I bet

DOMConfigurator.Configure()

2004-11-17 Thread Tom Willis
I bet this question gets asked a lot. But I'm not finding anything in the archives. It's probably cuz I suck. Anyway, If there any way to set log4net up so that you do NOT have to call DOMConfigurator.Configure() before the logging goodness stats happening? Or is this a pipe dream?