Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8026027

Level.parse should return the custom Level instance instead of the mirrored Level

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • 7u13
    • core-libs
    • b06
    • b113
    • Verified

        Level.parse should return the custom Level instance that matches the given name. When a custom Level is added to the known list, it creates a mirrored level instance (containing the same value of the custom Level) to be used by the logging implementation. However, it is added before the custom Level instance and thus it currently returns the mirrored level.

              mchung Mandy Chung (Inactive)
              mchung Mandy Chung (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: