[jira] Resolved: (LOG4NET-99) Resolved

2006-12-20 Thread Ron Grabowski (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-99?page=all ] Ron Grabowski resolved LOG4NET-99. -- Resolution: Invalid Reporter said the issue was solved. > Resolved > > > Key: LOG4NET-99 > URL: http://issues.apac

[jira] Commented: (LOG4NET-108) [PATCH] add support for multiple evaluators in BufferingAppenderSkeletan

2006-12-20 Thread Ron Grabowski (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-108?page=comments#action_12460137 ] Ron Grabowski commented on LOG4NET-108: --- Why did you choose to use an EvaluatorCollection instead of a linked list similiar to how IFilters are processed o

[jira] Resolved: (LOG4NET-107) [PATCH] Added ExceptionEvaluator

2006-12-20 Thread Ron Grabowski (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-107?page=all ] Ron Grabowski resolved LOG4NET-107. --- Resolution: Fixed Fixed in r489241: Added ExceptionEvaluator that triggers a BufferingAppenderSkeleton to flush its buffer when a certain Exception is

svn commit: r489241 - in /logging/log4net/trunk: src/Core/ExceptionEvaluator.cs src/log4net.csproj tests/src/Core/EvaluatorTest.cs

2006-12-20 Thread rgrabowski
Author: rgrabowski Date: Wed Dec 20 17:28:51 2006 New Revision: 489241 URL: http://svn.apache.org/viewvc?view=rev&rev=489241 Log: Fix for LOG4NET-107. Added ExceptionEvaluator that triggers a BufferingAppenderSkeleton to flush its buffer when a certain Exception is detected. Added: logging/

[jira] Commented: (LOG4NET-1) Support Fallback Appenders

2006-12-20 Thread Drew Schaeffer (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-1?page=comments#action_12460092 ] Drew Schaeffer commented on LOG4NET-1: -- Should the FallbackAppender property be added to OnlyOnceErrorHandler or to the IErrorHandler interface? I think it sh

[jira] Commented: (LOG4NET-108) [PATCH] add support for multiple evaluators in BufferingAppenderSkeletan

2006-12-20 Thread Drew Schaeffer (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-108?page=comments#action_12460090 ] Drew Schaeffer commented on LOG4NET-108: configuration of multiple evaluators is supported by the standard Add methods on the BufferingAppenderSkeletan c

[jira] Updated: (LOG4NET-108) [PATCH] add support for multiple evaluators in BufferingAppenderSkeletan

2006-12-20 Thread Drew Schaeffer (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-108?page=all ] Drew Schaeffer updated LOG4NET-108: --- Attachment: EvaluatorCollection.cs Typed collection of ITriggeringEventEvaluators. > [PATCH] add support for multiple evaluators in BufferingAppenderSke

[jira] Updated: (LOG4NET-108) [PATCH] add support for multiple evaluators in BufferingAppenderSkeletan

2006-12-20 Thread Drew Schaeffer (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-108?page=all ] Drew Schaeffer updated LOG4NET-108: --- Attachment: patch-file.diff build against subversion revision 489214 > [PATCH] add support for multiple evaluators in BufferingAppenderSkeletan > --

[jira] Created: (LOG4NET-108) [PATCH] add support for multiple evaluators in BufferingAppenderSkeletan

2006-12-20 Thread Drew Schaeffer (JIRA)
[PATCH] add support for multiple evaluators in BufferingAppenderSkeletan Key: LOG4NET-108 URL: http://issues.apache.org/jira/browse/LOG4NET-108 Project: Log4net Issue T

[jira] Commented: (LOG4NET-107) [PATCH] Added ExceptionEvaluator

2006-12-20 Thread Ron Grabowski (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-107?page=comments#action_12460028 ] Ron Grabowski commented on LOG4NET-107: --- Doh! You're absolutely correct. I must have been thinking about something else when I wrote that. > [PATCH] Added

[jira] Commented: (LOG4NET-107) [PATCH] Added ExceptionEvaluator

2006-12-20 Thread Drew Schaeffer (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-107?page=comments#action_12459972 ] Drew Schaeffer commented on LOG4NET-107: It seemed intuitive to make ExceptionType of type Type. Otherwise, when creating an ExceptionEvaluator you woul