Do not use WebLogic WLLevel object

This rule detects the use of specific WebLogic logging objects. This rule flags the imported package or use of the objects:

An automated fix will replace the previous objects as follows:

WebLogic Object Java Object
weblogic.logging.ConsoleHandler java.util.logging.ConsoleHandler
weblogic.logging.FileStreamHandler java.util.logging.FileHandler
weblogic.logging.LogFileFormatter java.util.logging.SimpleFormatter
weblogic.logging.WLErrorManager java.util.logging.ErrorManager
weblogic.logging.WLLogRecord java.util.logging.LogRecord