Uploaded image for project: 'Log4net'
  1. Log4net
  2. LOG4NET-64

[PATCH] to RollingFileAppender.cs to add the ability to preserve the log file name extension when rolling the log file.

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.2.9
    • 1.2.11
    • Appenders
    • None

    Description

      Normally, when the log file is rolled the file name extension is not preserved.

      For example, file.log is rolled to file.log.1 or file.log.yyyy-MM-dd.

      However, this may not be desired in all cases and it may be necessary to preserve the log file name extension when the log file is rolled. Most notably, this feature is useful for maintaining file associations under Windows so that all log files can be associated with a particaular text viewer.

      For example, file.log is rolled to file.1.log or file.yyyy-MM-dd.log.

      This patch adds an additional boolean property PreserveLogFileNameExtension to the RollingFileAppender class which is used to toggle this behavior.

      Attachments

        1. log4net-64.patch
          0.9 kB
          Eike-Peter Falk
        2. LOG4NET-64.patch
          11 kB
          liu ron
        3. LOG4NET-64.patch
          5 kB
          Ayende Rahien
        4. patch.txt
          5 kB
          Joshua Bassett

        Issue Links

          Activity

            People

              ron liu ron
              nullobject Joshua Bassett
              Votes:
              4 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: