Re: [VOTE] Abandon 1.2.10 and resolve LOG4NET-69 (was: [VOTE RESULT] (was: [VOTE] publish log4net 1.2.10))

2006-03-17 Thread Ron Grabowski
+1 --- Niall Daley <[EMAIL PROTECTED]> wrote: > +1 > > -- > Niall Daley > Log4net Dev > >

svn commit: r386708 - /logging/log4net/trunk/src/Appender/RollingFileAppender.cs

2006-03-17 Thread nicko
Author: nicko Date: Fri Mar 17 12:37:12 2006 New Revision: 386708 URL: http://svn.apache.org/viewcvs?rev=386708&view=rev Log: Part for fix for LOG4NET-60. Missed out important line from patch. The Days are 1 based not 0 based. Modified: logging/log4net/trunk/src/Appender/RollingFileAppender.

svn commit: r386707 - in /logging/log4net/trunk: extensions/net/1.0/log4net.Ext.Trace/cs/src/TraceLogImpl.cs log4net.build src/Core/ILogger.cs src/Core/LogImpl.cs src/Repository/Hierarchy/Logger.cs sr

2006-03-17 Thread nicko
Author: nicko Date: Fri Mar 17 12:26:53 2006 New Revision: 386707 URL: http://svn.apache.org/viewcvs?rev=386707&view=rev Log: Fix for LOG4NET-69. Added new wrapped implementation of String.Format in Transform.StringFormat. This method will not throw exceptions. Added some more exception handling

[jira] Updated: (LOG4NET-69) Exception thrown when *Format methods are given a malformed format string

2006-03-17 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-69?page=all ] Nicko Cadell updated LOG4NET-69: Version: (was: 1.2.10) (was: v.Next) version 1.2.10 does not actualy exist yet so this issue does not affect it. The issue exists in the l

[jira] Updated: (LOG4NET-69) Exception thrown when *Format methods are given a malformed format string

2006-03-17 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-69?page=all ] Nicko Cadell updated LOG4NET-69: Summary: Exception thrown when *Format methods are given a malformed format string (was: FormatException thrown when *Format methods are given a malformed

[jira] Assigned: (LOG4NET-69) FormatException thrown when *Format methods are given a malformed format string: log.DebugFormat("Malformed {{,,,5}format{8}!");

2006-03-17 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-69?page=all ] Nicko Cadell reassigned LOG4NET-69: --- Assign To: Nicko Cadell > FormatException thrown when *Format methods are given a malformed format > string: log.DebugFormat("Malformed {{,,,5}format{8}!

Re: [VOTE] Abandon 1.2.10 and resolve LOG4NET-69 (was: [VOTE RESULT] (was: [VOTE] publish log4net 1.2.10))

2006-03-17 Thread Niall Daley
+1 -- Niall Daley Log4net Dev

[VOTE] Abandon 1.2.10 and resolve LOG4NET-69 (was: [VOTE RESULT] (was: [VOTE] publish log4net 1.2.10))

2006-03-17 Thread Nicko Cadell
http://issues.apache.org/jira/browse/LOG4NET-69 is a critical issue which we must fix. I propose abandoning the current 1.2.10 build, fixing this issue and then preparing a new 1.2.10 release. I am +1 Nicko > -Original Message- > From: Nicko Cadell [mailto:[EMAIL PROTECTED] > Sent: 13

RE: Log4net throws exception

2006-03-17 Thread Nicko Cadell
I would favour doing both 3 and 4. That is log as much as can be logged through the appender as configured by the user. This information may be important to them. Also log the failure in the internal log, which currently goes to the console and debug out. We need to write a save version of the Str

RE: Log4net throws exception

2006-03-17 Thread Rupp, Richard (GE Healthcare)
Thanks for making the change. It looks like Morten applied the try/catch to only one of the overloaded DebugFormat methods. What about the other method that takes a IFormatProvider? Can try/catch be added to the Fatal, Error, Info, and Warn format methods as well? -Original Message- From: