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

log4net.Repository.Hierarchy.Logger ignores overridden virtual properties

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0
    • None
    • None

    Description

      log4net.Repository.Hierarchy.Logger declares Hierarchy property as virtual, however, when reading the value it uses the private field m_hierarchy, which is not the correct value (and probably null) if a derived class has overridden the Hierarchy property.
      This leads to a NullReferenceException when invoking the IsEnabledFor method, which is used in the Log method.

      Expected: overriding the Hierarchy property works
      Actual: overriding the Hierarchy property leaves the private field m_hierarchy unset, which causes NullReferenceExceptions to be thrown

      This issue also appears to apply for Level and m_level. The EffectiveLevel property accesses the private m_level field instead of the virtual Level property, which may also lead to NullReferenceException.

      Attachments

        Activity

          People

            Unassigned Unassigned
            error Joseph Edwards
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: