<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.apache.logging.log4net.devel">
    <title>gmane.comp.apache.logging.log4net.devel</title>
    <link>http://blog.gmane.org/gmane.comp.apache.logging.log4net.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/359"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/355"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/352"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/348"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/341"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/339"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/332"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/330"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/328"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/326"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/325"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/324"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/323"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/321"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/317"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/315"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/314"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/312"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/310"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/305"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/359">
    <title>[jira] Created: (LOG4NET-172) Web Service Appender</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/359</link>
    <description>Web Service Appender
--------------------

                 Key: LOG4NET-172
                 URL: https://issues.apache.org/jira/browse/LOG4NET-172
             Project: Log4net
          Issue Type: New Feature
          Components: Appenders
            Reporter: Brandon Wood
            Priority: Minor
         Attachments: WebServiceAppender.cs

I have created a web service appender for a project I'm working on, and would like to contribute the code to log4net.

</description>
    <dc:creator>Brandon Wood (JIRA</dc:creator>
    <dc:date>2008-08-26T18:30:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/355">
    <title>svn commit: r688531 - in /logging/log4net/trunk/src: Core/TimeEvaluator.cs log4net.vs2005.csproj</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/355</link>
    <description>Author: rgrabowski
Date: Sun Aug 24 10:17:25 2008
New Revision: 688531

URL: http://svn.apache.org/viewvc?rev=688531&amp;view=rev
Log:
Fix for LOG4NET-155. Added TimeEvaluator that will trigger a buffer flush if a certain amount of time has elapsed since the last event.

Added:
    logging/log4net/trunk/src/Core/TimeEvaluator.cs
Modified:
    logging/log4net/trunk/src/log4net.vs2005.csproj

Added: logging/log4net/trunk/src/Core/TimeEvaluator.cs
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Core/TimeEvaluator.cs?rev=688531&amp;view=auto
==============================================================================
--- logging/log4net/trunk/src/Core/TimeEvaluator.cs (added)
+++ logging/log4net/trunk/src/Core/TimeEvaluator.cs Sun Aug 24 10:17:25 2008
&lt; at &gt;&lt; at &gt; -0,0 +1,147 &lt; at &gt;&lt; at &gt;
+#region Copyright &amp; License
+//
+// Copyright 2001-2005 The Apache Software Foundation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may </description>
    <dc:creator>rgrabowski&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-08-24T17:17:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/352">
    <title>svn commit: r688527 - /logging/log4net/trunk/src/Config/XmlConfigurator.cs</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/352</link>
    <description>Author: rgrabowski
Date: Sun Aug 24 10:00:02 2008
New Revision: 688527

URL: http://svn.apache.org/viewvc?rev=688527&amp;view=rev
Log:
Fix for LOG4NET-158. XMLConfigurator.ConfigureAndWatch() won't leak resources when called multiple times. Internal FileWatcher is properly disposed when a change is detected.

Modified:
    logging/log4net/trunk/src/Config/XmlConfigurator.cs

Modified: logging/log4net/trunk/src/Config/XmlConfigurator.cs
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Config/XmlConfigurator.cs?rev=688527&amp;r1=688526&amp;r2=688527&amp;view=diff
==============================================================================
--- logging/log4net/trunk/src/Config/XmlConfigurator.cs (original)
+++ logging/log4net/trunk/src/Config/XmlConfigurator.cs Sun Aug 24 10:00:02 2008
&lt; at &gt;&lt; at &gt; -870,9 +870,23 &lt; at &gt;&lt; at &gt;
 
 try
 {
-// Create a watch handler that will reload the
-// configuration whenever the config file is modified.
-ConfigureAndWatchHandler.StartWatching(repository, configFile);
+         </description>
    <dc:creator>rgrabowski&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-08-24T17:00:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/348">
    <title>svn commit: r688521 - /logging/log4net/trunk/xdocs/src/release/example-apps.xml</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/348</link>
    <description>Author: rgrabowski
Date: Sun Aug 24 08:42:32 2008
New Revision: 688521

URL: http://svn.apache.org/viewvc?rev=688521&amp;view=rev
Log:
Fix for LOG4NET-126. Changed link to downloads page from "downloads.html" to "download.html".

Modified:
    logging/log4net/trunk/xdocs/src/release/example-apps.xml

Modified: logging/log4net/trunk/xdocs/src/release/example-apps.xml
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/xdocs/src/release/example-apps.xml?rev=688521&amp;r1=688520&amp;r2=688521&amp;view=diff
==============================================================================
--- logging/log4net/trunk/xdocs/src/release/example-apps.xml (original)
+++ logging/log4net/trunk/xdocs/src/release/example-apps.xml Sun Aug 24 08:42:32 2008
&lt; at &gt;&lt; at &gt; -63,7 +63,7 &lt; at &gt;&lt; at &gt;
             &lt;section id="overview" name="Overview"&gt;
                 &lt;p&gt;
                     &lt;strong&gt;The following examples are only available in the log4net release download, not
-                    on-line. To obtain the examples &lt;a href="../downloads.html"&gt;download</description>
    <dc:creator>rgrabowski&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-08-24T15:42:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/341">
    <title>svn commit: r688416 - /logging/log4net/trunk/src/Appender/SmtpAppender.cs</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/341</link>
    <description>Author: rgrabowski
Date: Sat Aug 23 14:14:24 2008
New Revision: 688416

URL: http://svn.apache.org/viewvc?rev=688416&amp;view=rev
Log:
Fix for LOG4NET-128. Explain the comma/semicolon differences between various versions of the Framework.

Modified:
    logging/log4net/trunk/src/Appender/SmtpAppender.cs

Modified: logging/log4net/trunk/src/Appender/SmtpAppender.cs
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Appender/SmtpAppender.cs?rev=688416&amp;r1=688415&amp;r2=688416&amp;view=diff
==============================================================================
--- logging/log4net/trunk/src/Appender/SmtpAppender.cs (original)
+++ logging/log4net/trunk/src/Appender/SmtpAppender.cs Sat Aug 23 14:14:24 2008
&lt; at &gt;&lt; at &gt; -92,12 +92,20 &lt; at &gt;&lt; at &gt;
 /// Gets or sets a semicolon-delimited list of recipient e-mail addresses.
 /// &lt;/summary&gt;
 /// &lt;value&gt;
-/// A semicolon-delimited list of e-mail addresses.
+        /// &lt;para&gt;
+        /// For .NET 1.1 (System.Web.Mail): A semicolon-delimited list of e-mail addresses.
+        /</description>
    <dc:creator>rgrabowski&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-08-23T21:14:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/339">
    <title>svn commit: r688413 - /logging/log4net/trunk/src/Appender/SmtpAppender.cs</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/339</link>
    <description>Author: rgrabowski
Date: Sat Aug 23 14:06:28 2008
New Revision: 688413

URL: http://svn.apache.org/viewvc?rev=688413&amp;view=rev
Log:
Fix for LOG4NET-168. Add ReplyTo property to SmtpAppender.

Modified:
    logging/log4net/trunk/src/Appender/SmtpAppender.cs

Modified: logging/log4net/trunk/src/Appender/SmtpAppender.cs
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Appender/SmtpAppender.cs?rev=688413&amp;r1=688412&amp;r2=688413&amp;view=diff
==============================================================================
--- logging/log4net/trunk/src/Appender/SmtpAppender.cs (original)
+++ logging/log4net/trunk/src/Appender/SmtpAppender.cs Sat Aug 23 14:06:28 2008
&lt; at &gt;&lt; at &gt; -319,6 +319,18 &lt; at &gt;&lt; at &gt;
             get { return m_enableSsl; }
             set { m_enableSsl = value; }
         }
+
+        /// &lt;summary&gt;
+        /// Gets or sets the reply-to e-mail address.
+        /// &lt;/summary&gt;
+        /// &lt;remarks&gt;
+        /// This is available on MS .NET 2.0 runtime and higher
+        /// &lt;/remarks&gt;
+        public string </description>
    <dc:creator>rgrabowski&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-08-23T21:06:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/332">
    <title>svn commit: r688397 - in /logging/log4net/trunk: src/Core/LoggingEvent.cs xdocs/src/release/manual/contexts.xml</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/332</link>
    <description>Author: rgrabowski
Date: Sat Aug 23 11:56:17 2008
New Revision: 688397

URL: http://svn.apache.org/viewvc?rev=688397&amp;view=rev
Log:
Fix for LOG4NET-140. Improve documentation for IFixingRequired to explain how data can be evaluated immediately when a logging event is created or delayed until being written to an appender.

Modified:
    logging/log4net/trunk/src/Core/LoggingEvent.cs
    logging/log4net/trunk/xdocs/src/release/manual/contexts.xml

Modified: logging/log4net/trunk/src/Core/LoggingEvent.cs
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Core/LoggingEvent.cs?rev=688397&amp;r1=688396&amp;r2=688397&amp;view=diff
==============================================================================
--- logging/log4net/trunk/src/Core/LoggingEvent.cs (original)
+++ logging/log4net/trunk/src/Core/LoggingEvent.cs Sat Aug 23 11:56:17 2008
&lt; at &gt;&lt; at &gt; -228,7 +228,7 &lt; at &gt;&lt; at &gt;
 Exception = 0x100,
 
 /// &lt;summary&gt;
-/// Fix the event properties
+/// Fix the event properties. Active properties must implement &lt;see cref="IFixingR</description>
    <dc:creator>rgrabowski&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-08-23T18:56:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/330">
    <title>[jira] Created: (LOG4NET-171) Log file locking causing an error to be thrown from the RollingFileAppender</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/330</link>
    <description>Log file locking causing an error to be thrown from the RollingFileAppender
---------------------------------------------------------------------------

                 Key: LOG4NET-171
                 URL: https://issues.apache.org/jira/browse/LOG4NET-171
             Project: Log4net
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.2.10
         Environment: Windows 2003 Server (scheduled jobs/.exe that may be overlapping)
            Reporter: Steven Myron
            Priority: Critical


Scheduled processes (~ 15 minutes apart) seem to be overlapping possibly causing file sharing violations for the log file that log4net is writing to.  This file is statically named and is written to using the RollingFileAppender.  This abruptly terminates the application and presents an unexpected error to the client.

</description>
    <dc:creator>Steven Myron (JIRA</dc:creator>
    <dc:date>2008-08-22T21:00:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/328">
    <title>[jira] Created: (LOG4NET-170) Documentation improvement re: fixing and active properties</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/328</link>
    <description>Documentation improvement re: fixing and active properties
----------------------------------------------------------

                 Key: LOG4NET-170
                 URL: https://issues.apache.org/jira/browse/LOG4NET-170
             Project: Log4net
          Issue Type: Improvement
          Components: Documentation
    Affects Versions: 1.2.10
            Reporter: Jerry Shea
            Priority: Minor


Documentation improvement - see http://www.nabble.com/ASP.NET%2C-AdoNetAppender-and-deferred-property-execution-tt18865968.html

</description>
    <dc:creator>Jerry Shea (JIRA</dc:creator>
    <dc:date>2008-08-22T11:42:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/326">
    <title>how to submit code to log4net</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/326</link>
    <description>I have created a web service appender for a project I'm working on, and
would like to contribute the code to log4net.  There are several places
on the website that talk about why you should contribute your code to
the project, but on the page about Subversion, it says you need an
account to commit any code.  So my question is, how can I submit my
code?  If I need a Subversion account, how do I get one? 

 

Cheers, 

 

Brandon Wood

</description>
    <dc:creator>Wood, Brandon C (DOA</dc:creator>
    <dc:date>2008-08-20T15:58:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/325">
    <title>[jira] Created: (LOG4NET-169) Hot to append log data to multiple tables depending on severity of statement using adonetappender?</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/325</link>
    <description>Hot to append log data to multiple tables depending on severity of statement using adonetappender?
--------------------------------------------------------------------------------------------------

                 Key: LOG4NET-169
                 URL: https://issues.apache.org/jira/browse/LOG4NET-169
             Project: Log4net
          Issue Type: Task
          Components: Appenders
         Environment: Windows server 2003 and asp.net website
            Reporter: kiran khatri


I want to log statement to different tables in database depending on the severity of statement, for example logging all warn messages to warnlog table and all errors and info to otherlog table. Can this be acheived using log4net?

</description>
    <dc:creator>kiran khatri (JIRA</dc:creator>
    <dc:date>2008-08-18T23:47:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/324">
    <title>[jira] Created: (LOG4NET-168) New property ReplyTo address for the SmtpAppender required</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/324</link>
    <description>New property ReplyTo address for the SmtpAppender required
----------------------------------------------------------

                 Key: LOG4NET-168
                 URL: https://issues.apache.org/jira/browse/LOG4NET-168
             Project: Log4net
          Issue Type: New Feature
          Components: Appenders
    Affects Versions: 1.2.10
         Environment: log4net 1.2.10, Net 1.1/Net 2.0, Windows, Linux
            Reporter: Manfred Braun


log4net is often used in administrative utilities and used to send mails in case of errors. It is total unrealistic to assume each used mail-address really exists. Mostly "virtual address" are used, means:They do not have any pop3 mailbox. So, if sending mail fails from the smpt server, no user can be informed. A property, which allows to specify the "reply-to" address on the SmtpAppender would solve this problem.


</description>
    <dc:creator>Manfred Braun (JIRA</dc:creator>
    <dc:date>2008-08-13T22:28:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/323">
    <title>[jira] Created: (LOG4NET-167) ArrayOutOfBounds Exception in MemoryAppender.getEvents()</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/323</link>
    <description>ArrayOutOfBounds Exception in MemoryAppender.getEvents()
--------------------------------------------------------

                 Key: LOG4NET-167
                 URL: https://issues.apache.org/jira/browse/LOG4NET-167
             Project: Log4net
          Issue Type: Bug
          Components: Appenders
    Affects Versions: 1.2.10
         Environment: Windows Vista and XP.
            Reporter: Kenny Clement


Getting this every once in a while.
No specific reproduction scenario.

Destination array was not long enough. Check destIndex and length, and the array's lower bounds.
   at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
   at System.Collections.ArrayList.ToArray(Type type)
   at log4net.Appender.MemoryAppender.GetEvents()



</description>
    <dc:creator>Kenny Clement (JIRA</dc:creator>
    <dc:date>2008-08-13T10:12:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/321">
    <title>Martin Hutter/Switzerland/PAGO ist außer Haus.</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/321</link>
    <description>Ich werde ab  28.07.2008 nicht im Büro sein. Ich kehre zurück am
29.07.2008.

I am currently not in the office, but I will be back on 30th of July 2008.

Wichtige Meldungen bitte an:
Important Mails to:
urs.kuehnis&lt; at &gt;pago.ch


</description>
    <dc:creator>martin.hutter&lt; at &gt;pago.ch</dc:creator>
    <dc:date>2008-07-28T09:20:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/317">
    <title>[jira] Created: (LOG4NET-166) This(1.2.10) doesn't support output TAB character as previous build(1.2.9) anymore, all TAB will be replaced as SPACE char.</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/317</link>
    <description>This(1.2.10) doesn't support output TAB character as previous build(1.2.9) anymore, all TAB will be replaced as SPACE char.
---------------------------------------------------------------------------------------------------------------------------

                 Key: LOG4NET-166
                 URL: https://issues.apache.org/jira/browse/LOG4NET-166
             Project: Log4net
          Issue Type: Bug
          Components: Appenders
    Affects Versions: 1.2.10
         Environment: Windows XP/2003 with log4net 1.2.10 and .net 2.0 runtime.
            Reporter: Tom Tang


Here is my conversation pattern for output:
"%c[%t]%p%d{yyyy/MM/dd HH:mm:ss:ffff}%X{rquid}%m%n"
Using LayoutType : "log4net.Layout.PatternLayout"

I use "\t"(TAB Char) to separate each column, it did work in log4net 1.2.9(.net 1.1), then I can use String.Split('\t') to split it.
After I replace old dll with log4net 1.2.10 build on running on .net 2.0, it doesn't work anymore.
All TAB char will be replaced to be SPACE char.

Is it</description>
    <dc:creator>Tom Tang (JIRA</dc:creator>
    <dc:date>2008-07-17T08:47:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/315">
    <title>[jira] Created: (LOG4NET-165) RollingFileAppender file names do not support UTC</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/315</link>
    <description>RollingFileAppender file names do not support UTC
-------------------------------------------------

                 Key: LOG4NET-165
                 URL: https://issues.apache.org/jira/browse/LOG4NET-165
             Project: Log4net
          Issue Type: Improvement
    Affects Versions: 1.2.10
         Environment: Windows Vista
            Reporter: Miguel L


There seems to be not way to use UTC dates for RollingFileAppenders names.

In my case :

            RollingFileAppender rfa = new RollingFileAppender();
            rfa.DatePattern = "yyyy-MM-dd HH";
            rfa.RollingStyle = RollingFileAppender.RollingMode.Date;
            rfa.StaticLogFileName = false;
            PatternLayout layout = new PatternLayout("%utcdate %m%n");

I managed to get the log lines in UTC, but not the log file names.

I could got it by a quick &amp; dirty implementation of a UTCRollingFileAppender with custom constructor :

public UTCRollingFileAppender() 
{
    m_dateTime = new UniversalDateTime();
}

And IDat</description>
    <dc:creator>Miguel L (JIRA</dc:creator>
    <dc:date>2008-07-10T17:38:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/314">
    <title>Martin Hutter/Switzerland/PAGO ist außer Haus.</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/314</link>
    <description>Ich werde ab  10.07.2008 nicht im Büro sein. Ich kehre zurück am
23.07.2008.

I am currently not in the office, but I will be back on 23th of July 2008.

Wichtige Meldungen bitte an:
Important Mails to:
urs.kuehnis&lt; at &gt;pago.ch


</description>
    <dc:creator>martin.hutter&lt; at &gt;pago.ch</dc:creator>
    <dc:date>2008-07-10T05:02:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/312">
    <title>[jira] Created: (LOG4NET-164) using a named mutex for file appenders</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/312</link>
    <description>using a named mutex for file appenders
--------------------------------------

                 Key: LOG4NET-164
                 URL: https://issues.apache.org/jira/browse/LOG4NET-164
             Project: Log4net
          Issue Type: Improvement
          Components: Appenders
            Reporter: Frank


About logging to the same file from 2 or more instances of an application.
As opposed to a minimallock which makes it still possible for 2 application instances to interfere. Why not use a named mutex so that the logging will wait for the lock to be released from another instance.


</description>
    <dc:creator>Frank (JIRA</dc:creator>
    <dc:date>2008-07-09T12:33:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/310">
    <title>[jira] Created: (LOG4NET-163) Tutorial examples on doc web site are broken links</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/310</link>
    <description>Tutorial examples on doc web site are broken links
--------------------------------------------------

                 Key: LOG4NET-163
                 URL: https://issues.apache.org/jira/browse/LOG4NET-163
             Project: Log4net
          Issue Type: Bug
          Components: Documentation
            Reporter: Steve Hickman
            Priority: Minor


It appears that all the links to example projects on the log4net examples/tutorial page 

(http://logging.apache.org/log4net/release/example-apps.html)

are broken


</description>
    <dc:creator>Steve Hickman (JIRA</dc:creator>
    <dc:date>2008-06-30T22:12:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/305">
    <title>[jira] Created: (LOG4NET-162) It stops writing to the log file after certain threads are terminated and recreated.</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/305</link>
    <description>It stops writing to the log file after certain threads are terminated and recreated.
------------------------------------------------------------------------------------

                 Key: LOG4NET-162
                 URL: https://issues.apache.org/jira/browse/LOG4NET-162
             Project: Log4net
          Issue Type: Bug
    Affects Versions: 1.2.10
         Environment: C#, .net framework 3.0, VS2005, Windows XP, intel pentium 4, 3 GHz, 1 GB RAM
            Reporter: Amjad Khoja
            Priority: Blocker


We are using log4net in an windows service application, which spans number of threads. Logging works perfect until we try to refresh the cache where we terminate the threads and recreate it and in between the logging stops. When debug we see that it goes to the logger print message statement and there is no error but nothing gets written to the log file.

This behaviour is undpredictable as sometimes it works fine when it goes through the complete refresh method.

Settings of Log4net in app.</description>
    <dc:creator>Amjad Khoja (JIRA</dc:creator>
    <dc:date>2008-06-30T07:15:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/304">
    <title>[jira] Created: (LOG4NET-161) downloads abort aftger 4.8mn</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging.log4net.devel/304</link>
    <description>downloads abort aftger 4.8mn
----------------------------

                 Key: LOG4NET-161
                 URL: https://issues.apache.org/jira/browse/LOG4NET-161
             Project: Log4net
          Issue Type: Bug
          Components: Other
    Affects Versions: 1.2.10, 1.2.9
            Reporter: Stehan Meyn


I tried to download both 1.2.9 and 1.2.10 and the resulting files are 4,923,392 bytes long. (they are supposed to bemore than 7.65mB).
I checked  using a different channels (i.e. local lan and broadband wireless) and different applications (ie. Firefox, IE and wget) - always same result. 
Since I can't think of other reasons why this should fail in this peculiar way i wonder if the problem lies at the repository end.

</description>
    <dc:creator>Stehan Meyn (JIRA</dc:creator>
    <dc:date>2008-06-30T04:51:45</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.apache.logging.log4net.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.apache.logging.log4net.devel</link>
  </textinput>
</rdf:RDF>
