Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.14.1
-
None
Description
In log4j 1.2, the setLevel method of the Category class can accept a null value, in which case the Category will revert to inheriting the level from the hierarchy.
In log4j2's emulation, however, Category.setLevel(null) will result in a NullPointerException