-
Bug
-
Resolution: Fixed
-
P3
-
7u13
-
b06
-
b113
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8164000 | 7u131 | Ivan Gerasimov | P3 | Resolved | Fixed | b01 |
JDK-8164090 | 6u141 | Ivan Gerasimov | P3 | Resolved | Fixed | b01 |
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.
- backported by
-
JDK-8164000 Level.parse should return the custom Level instance instead of the mirrored Level
-
- Resolved
-
-
JDK-8164090 Level.parse should return the custom Level instance instead of the mirrored Level
-
- Resolved
-