RE: Logging Thread Context Properties

2006-07-09 Thread Nicko Cadell
I don't think this is a correct test case. The ThreadContext.Properties["DateTimeTodayToString"] is not set until after the message is logged, therefore it is not in the context at the time of the log message and therefore won't be in the appender's output. Nicko > -Original Message- > Fr

Re: ASP .NET 2.0 Security error - Config problems - Any ideas?

2006-07-09 Thread Ron Grabowski
See if this works: log4Net and ASP.Net Medium Trust http://tinyurl.com/njqh4 http://blogs.advantaje.com/blog/kevin/Net/2006/06/29/log4Net-and-ASP-Net-Medium-Trust.html --- Daniel Miller <[EMAIL PROTECTED]> wrote: > Hi there > > > > I'm using log4net with an ASP .NET 2.0 application. On my lo