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

Logging recursively from an Appender not supported for NET_4_0 and MONO_4_0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.0.7
    • 2.0.8
    • Core
    • None

    Description

      When NET_4_0 or MONO_4_0 is defined, log4net uses a ReaderWriterLockSlim with LockRecursionPolicy.NoRecursion. As a result, any attempt to log recursively from within an Appender fail: a System.Threading.LockRecursionException is thrown and swallowed by the log4net Core.

      Other versions use a ReaderWriterLock and allow recursion.

      The following branch adds a unit test that shows this inconsistent behaviour. The test fails for NET_4_0 or MONO_4_0 and passes for other versions:

      https://github.com/JJoe2/log4net/tree/RecursiveLogging

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              joejoe Joe
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: