ppkarwasz commented on code in PR #815:
URL: https://github.com/apache/logging-log4j2/pull/815#discussion_r845563956


##########
log4j-api/src/main/java/org/apache/logging/log4j/Level.java:
##########
@@ -259,15 +258,23 @@ public String toString() {
      * @throws java.lang.IllegalArgumentException if the name is null or 
intValue is less than zero.
      */
     public static Level forName(final String name, final int intValue) {
-        final Level level = LEVELS.get(name);

Review Comment:
   Yes, that make sense, although the main reason for this check is to prevent 
an NPE in the `ConcurrentHashMap`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to