[jira] Created: (LOG4NET-46) Support appenders that can output multiple events efficiently

2005-08-29 Thread Nicko Cadell (JIRA)
Support appenders that can output multiple events efficiently - Key: LOG4NET-46 URL: http://issues.apache.org/jira/browse/LOG4NET-46 Project: Log4net Type: New Feature Components: Appenders

cvs commit: logging-log4net/xdocs/src/release example-apps.xml

2005-08-29 Thread nicko
nicko 2005/08/29 08:13:28 Modified:xdocs/src/release example-apps.xml Log: MS javascript line .net language is actualy called JScript.NET Revision ChangesPath 1.8 +5 -5 logging-log4net/xdocs/src/release/example-apps.xml Index: example-apps.xml

cvs commit: logging-log4net/examples/net/1.0/Layouts - New directory

2005-08-29 Thread nicko
nicko 2005/08/29 08:22:34 logging-log4net/examples/net/1.0/Layouts - New directory

cvs commit: logging-log4net/examples/net/1.0/Layouts/SampleLayoutsApp - New directory

2005-08-29 Thread nicko
nicko 2005/08/29 08:22:52 logging-log4net/examples/net/1.0/Layouts/SampleLayoutsApp - New directory

cvs commit: logging-log4net/examples/net/1.0/Layouts/SampleLayoutsApp/cs - New directory

2005-08-29 Thread nicko
nicko 2005/08/29 08:23:09 logging-log4net/examples/net/1.0/Layouts/SampleLayoutsApp/cs - New directory

cvs commit: logging-log4net/examples/net/1.0/Layouts/SampleLayoutsApp/cs/src/Layout - New directory

2005-08-29 Thread nicko
nicko 2005/08/29 08:23:52 logging-log4net/examples/net/1.0/Layouts/SampleLayoutsApp/cs/src/Layout - New directory

cvs commit: logging-log4net/xdocs/src/release example-apps.xml

2005-08-29 Thread nicko
nicko 2005/08/29 08:25:46 Modified:examples/net/1.0 cs-examples.sln xdocs/src/release example-apps.xml Added: examples/net/1.0/Layouts nant.build nant.config examples/net/1.0/Layouts/SampleLayoutsApp nant.build nant.config

[jira] Resolved: (LOG4NET-46) Support appenders that can output multiple events efficiently

2005-08-29 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-46?page=all ] Nicko Cadell resolved LOG4NET-46: - Fix Version: 1.2.10 Resolution: Fixed Checked in update that adds IBulkAppender interface. Added support to AppenderSkeleton base class and

[jira] Updated: (LOG4NET-10) Add %v pattern to output assembly version

2005-08-29 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-10?page=all ] Nicko Cadell updated LOG4NET-10: Description: n an environment where multiple versions of the same assembly is being used simultaneously by different applications, it's very useful to get the

[jira] Updated: (LOG4NET-12) Configuration GUI

2005-08-29 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-12?page=all ] Nicko Cadell updated LOG4NET-12: Description: I'd love to see a lightweight GUI that could be pointed at any application config file and could set up new/modify existing log4net settings.

[jira] Updated: (LOG4NET-9) Programmatic configuration saving

2005-08-29 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-9?page=all ] Nicko Cadell updated LOG4NET-9: --- Description: I'm writing a front-end to log4net (which I will probably contribute to the project) and I have to resort to direct XML manipulation of a

cvs commit: logging-log4net/examples/net/1.0/Appenders/SampleAppendersApp/cs/src/Appender FastDbAppender.cs

2005-08-29 Thread nicko
nicko 2005/08/29 15:02:33 Modified:examples/net/1.0/Appenders/SampleAppendersApp/cs/src/Appender FastDbAppender.cs Log: Updated FastDbAppender to support IBulkAppender, use connection pooling, and allow the connection type and database schema to be

cvs commit: logging-log4net/src/Util CyclicBuffer.cs

2005-08-29 Thread nicko
nicko 2005/08/29 15:27:53 Modified:src/Appender BufferingAppenderSkeleton.cs src/Util CyclicBuffer.cs Log: Fix for LOG4NET-11. Added a Flush(true) method that will flush the lossy buffer Revision ChangesPath 1.12 +85 -49

[jira] Resolved: (LOG4NET-11) Add Flush command to API

2005-08-29 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-11?page=all ] Nicko Cadell resolved LOG4NET-11: - Fix Version: 1.2.10 Resolution: Fixed Assign To: Nicko Cadell Added Flush(true) method to BufferingAppenderSkeleton. This method forces the

[jira] Created: (LOG4NET-47) Add AsyncForwardingAppender

2005-08-29 Thread Nicko Cadell (JIRA)
Add AsyncForwardingAppender --- Key: LOG4NET-47 URL: http://issues.apache.org/jira/browse/LOG4NET-47 Project: Log4net Type: New Feature Components: Appenders Versions: 1.2.9 Reporter: Nicko Cadell An AsyncForwardingAppender

[jira] Resolved: (LOG4NET-16) Asynchronous email-sending with SMTPAppender

2005-08-29 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-16?page=all ] Nicko Cadell resolved LOG4NET-16: - Resolution: Duplicate Resolving issue as a duplicate of LOG4NET-47 Asynchronous email-sending with SMTPAppender

[jira] Resolved: (LOG4NET-13) Allow SMTPAppender to have replacable parameters in Subject

2005-08-29 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-13?page=all ] Nicko Cadell resolved LOG4NET-13: - Fix Version: 1.2.10 Resolution: Fixed There is an example appender in the SampleAppendersApp which sends a single event via SMTP email and allows

[jira] Resolved: (LOG4NET-3) Support per event patterns in FileAppender File name

2005-08-29 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-3?page=all ] Nicko Cadell resolved LOG4NET-3: Fix Version: 1.2.10 Resolution: Fixed Assign To: Nicko Cadell The log4net.Util.PatternString type allows patterns to be specified in the

[jira] Updated: (LOG4NET-2) Configurator should report errors

2005-08-29 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-2?page=all ] Nicko Cadell updated LOG4NET-2: --- Fix Version: v.Next Description: I understand that you do not want to throw exceptions from within the logging methods, as a failure in log4net would make the

[jira] Updated: (LOG4NET-27) Rolling files on date/time boundaries doesn't support a maximum number of backup files.

2005-08-29 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-27?page=all ] Nicko Cadell updated LOG4NET-27: Fix Version: v.Next Description: A maximum of backup files exist when rolling files on file size, but not for rolling on date/time. This can be