Re: Problems with Log4Net zip file

2009-02-10 Thread Cristina
I want thanks everybody that answer me. This morning I downloaded from home and I got a good zip file from the same address I tryed first. Maybe It was the connection or some proxy rule in office broking the zip file. Cristina On Tue, Feb 10, 2009 at 1:52 AM, Stefan Bodewig wrote: > On 2009-02-0

Re: Problems with Log4Net zip file

2009-02-09 Thread Stefan Bodewig
On 2009-02-09, Ron Grabowski wrote: > This is what my wget.exe looks like. I don't think we're in the > Apache mirror system...the .zip file comes off just one server? archive.apache.org is a mirror of www.apache.org - and should only be used for "old" releases. I've checked the archive directl

Re: Problems with Log4Net zip file

2009-02-09 Thread Ron Grabowski
This is what my wget.exe looks like. I don't think we're in the Apache mirror system...the .zip file comes off just one server? Resolving archive.apache.org... 140.211.11.130 Connecting to archive.apache.org|140.211.11.130|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 8

Re: Problems with Log4Net zip file

2009-02-09 Thread daniel . nitecki
Had the same problem with whichever mirror I was automatically redirected to from the log4net download page (http://logging.apache.org/log4net/download.html).  Not sure which mirror I was actually connected to... Had success with the direct CVS download, though (http://cvs.apache.org/dist/incuba

RE: Problems with log4net Rolling File Appender

2008-04-16 Thread Eric Chamberlain
grubby details, see http://en.wikipedia.org/wiki/UTF-8. Eric Chamberlain Software Engineer -Original Message- From: Dag Christensen [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 12:25 AM To: Log4NET User Subject: RE: Problems with log4net Rolling File Appender >Is ther

RE: Problems with log4net Rolling File Appender

2008-04-16 Thread Dag Christensen
>Is there a workaround for that? I mean this can't be intended behaviour >:) But as I interpret your answer, this has most likely something to do with >the Mono Framework, not with log4net, right? > >Mit freundlichen Grüßen / Regards >Johannes Frank Not sure if this behavior is intended or not,

RE: Problems with log4net Rolling File Appender

2008-04-15 Thread Johannes . Frank
t;[EMAIL PROTECTED]> 10.04.2008 17:03 Please respond to "Log4NET User" To "'Log4NET User'" cc Subject RE: Problems with log4net Rolling File Appender The bytes are the UTF-8 byte order mark (see http://en.wikipedia.org/wiki/Byte-order_mark). I do not know why they

RE: Problems with log4net Rolling File Appender

2008-04-10 Thread Eric Chamberlain
The bytes are the UTF-8 byte order mark (see http://en.wikipedia.org/wiki/Byte-order_mark). I do not know why they are getting added, however… == Eric Chamberlain == _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, April 10, 2008 6:27 AM To: log4net-user@logg

RE: problems with log4net

2005-11-18 Thread Nicko Cadell
To load the XML configuration you need to use XmlConfigurator rather than BasicConfigurator. Or you can use the XmlConfiguratorAttribute. See the example in the log4net download at examples\net\1.0\Tutorials\ConsoleApp\cs\src Cheers, Nicko > -Original Message- > From: Brian Gustavsen [ma

RE: problems with log4net

2005-11-16 Thread Georg Jansen
Brian,   You need the root (logger) element in your config (telling log4net when to log), for example         root>   I am not sure if calling  BasicConfigurator.Configure() is enough, if  it’s not, try to use log4net.Config.X

RE: problems with log4net

2005-11-16 Thread Moss, Barney
Hi Brian- I think you need to set the debug level and turn on your appenders as well:   ...          -regards, Barney -Original Message-From: Brian Gustavsen [mailto:[EMAIL PROTECTED]Sent: 16 November 2005 13:49To: log4net-user@logging.apache.orgSub