age-
> From: Peter A. Kirk [mailto:[EMAIL PROTECTED]
> Sent: 2. maj 2006 13:33
> To: Log4NET User
> Subject: RE: Different versions
>
> Hi again
>
> Thanks for the info. This actually seems to work (sort of). I added
the
> newer version of log4net (1.2.9.0) to the GAC, an
702479c9dc3c2#2016
>
> gives an example of a bindingRedirect for log4net 1.2.0 beta 8 to
> log4net 1.2.9 beta:
>
>
>
>
> culture="neutral" />
>
>
>
>
>
> --- "Peter A. Kirk" <[EMAIL PROTECTED]> wrote:
>
> &g
try strong naming it and putting it in the GAC and leaving the cms's
> version in place.
>
> Aaron
>
> -Original Message-
> From: Peter A. Kirk [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 01, 2006 4:53 AM
> To: Log4NET User
> Subject: Different versions
&g
Hi
This isn't really an issue about log4net, but two programs which use
log4net, but I hope someone can offer some advice.
I have some classes which use log4net (ver 1.2.9.0). These classes run
inside a cms-framework - which apparently also uses log4net internally,
but
version 1.2.0.3. This cau
Hi there
I have a couple of questions regarding AdoNetAppender, which I am using
to log to a SQL Server database.
(1)
Can someone explain the use of the "date-time" parameter? For example, I
try this:
But I get no output. If I remove the fff then I do get log output, but
no millisec
Hi there
I have several machines all running the same program, all accessing the
same database.
I want to log events from these machines to the same database.
Is it possible to configure log4net to automatically include the
"machine name" or some other unique identifier from the particular
machi
Hi there
Are there any recommendations or general guidelines for when to use what
logging level? I never know when to use log.Debug("blah") vs
log.Info("blah") or ERROR vs FATAL for example.
Thanks,
Peter