Thanks,
Do I need to create a logger named Company.Project.UI.Login/Logout or
does logger refer to a classname and will work with only a root logger
defined?
Barney
> -Original Message-
> From: Ron Grabowski [mailto:[EMAIL PROTECTED]
> Sent: Tuesday 06 December 2005 23:51
> To: Log4NET
Has anyone else experienced this, or know why this might be happening?
Simon.
-Original message-
From: "Simon Wallis" [EMAIL PROTECTED]
Date: Tue, 29 Nov 2005 17:40:13 -0800
To: log4net-user@logging.apache.org
Subject: onlyFixPartialEventData=true, but partial data still logged
> Hi,
>
Simon,
Setting onlyFixPartialEventData tells log4net to fix certain
elements of the data, not to ignore everything else. This means that
although you haven't fixed, for instance, the ClassName log4net will
attempt to identify it anyway. This probably isn't the desired behaviour,
I've raised
Hi,
I've been trying to setup log4net to work with the .NET Compact
Framework, but have had no luck.
Here are the details:
log4net 1.2.9 beta
Visual Studio .NET 2003
.NET Framework 1.1
.NET Compact Framework 1.0 SP3
Smartphone 2003 SDK
Pocket PC 2003 SDK
I'm developing with C# for the Smartph
It's not a bug per-se, but I think it's definitely worth putting
something up onto
http://logging.apache.org/log4net/release/manual/contexts.html
regarding how ThreadContext and LogicalThreadContext are both
completely unsuitable for use within ASP.Net.
Otherwise naive developers (myself previousl