Re: Log4net NOT working on .net 4.5

2013-04-09 Thread Andrew Arnott
I use log4net with .NET 4.5 all the time without problem. The most common cause for no log file that I've heard of is that you build against one version of log4net and run against a different one, or have the wrong bindingRedirects in your .config file. -- Andrew Arnott "I [may] not

log4net in medium trust ASP.NET 4.x

2013-01-02 Thread Andrew Arnott
I noticed [an issue][1] is already filed for this. But it seems to be dormant and the proposed fix was apparently difficult. I’ve added comments to the issue that offer two alternatives for fixing it that are both one-liners, and both arguably a better fix than the proposed one. Can anyone reply wi

Re: ThreadLogicalContext not actually following logical threads

2011-12-11 Thread Andrew Arnott
bject. I'm not sure whether the objects automatically get serialized or not--if not, then you probably need to use an immutable stack<http://blogs.msdn.com/b/ericlippert/archive/2007/12/04/immutability-in-c-part-two-a-simple-immutable-stack.aspx> . -- Andrew Arnott "I [may] not agree

Re: ThreadLogicalContext not actually following logical threads

2011-11-29 Thread Andrew Arnott
arly named method, everything should automatically work. If not, I can hopefully provide additional help. -- Andrew Arnott "I [may] not agree with what you have to say, but I'll defend to the death your right to say it." - S. G. Tallentyre On Mon, Nov 28, 2011 at 9:13 PM, Stefan Bode

Re: ThreadLogicalContext not actually following logical threads

2011-11-28 Thread Andrew Arnott
arget thread has completed its work for that call. Pretty cool stuff, but it would be cooler if log4net had it built-in. -- Andrew Arnott "I [may] not agree with what you have to say, but I'll defend to the death your right to say it." - S. G. Tallentyre On Mon, Nov 28, 2011 a

ThreadLogicalContext not actually following logical threads

2011-11-27 Thread Andrew Arnott
working. Any ideas? Thanks. -- Andrew Arnott "I [may] not agree with what you have to say, but I'll defend to the death your right to say it." - S. G. Tallentyre