Field and Description |
---|
org.apache.log4j.Priority.DEBUG
Use
Level.DEBUG instead. |
org.apache.log4j.Priority.ERROR
Use
Level.ERROR instead. |
org.apache.log4j.Priority.FATAL
Use
Level.FATAL instead. |
org.apache.log4j.Priority.INFO
Use
Level.INFO instead. |
org.apache.log4j.Priority.WARN
Use
Level.WARN instead. |
Copyright © 2020. All rights reserved.