This rule detects the use of setLevel(WLLevel) method invocation on a logger object. The quick fix provided by the source scanner replaces the WLLevel parameter with WsLevel and replaces the level value as well. You can customize the level value from the Analysis Configuration dialog.
The WsLevel is defined in IBM(R) class, com.ibm.websphere.logging.WsLevel. If there is an import statement in the class for this object, then the WsLevel is used. Otherwise, the fully qualified name is used, for example: logger.setLevel(com.ibm.websphere.logging.WsLevel.SEVERE);
.