SLF4J API
Version 1.4.3

Deprecated API


Contents
Deprecated Fields
org.apache.log4j.Priority.DEBUG
          Use DEBUG instead. 
org.apache.log4j.Priority.ERROR
          Use ERROR instead. 
org.apache.log4j.Priority.FATAL
          Use FATAL instead. 
org.apache.log4j.Priority.INFO
          Use INFO instead. 
org.apache.log4j.Priority.WARN
          Use WARN instead. 
 

Deprecated Methods
org.apache.log4j.Priority.getAllPossiblePriorities()
          This method will be removed with no replacement. 
org.apache.log4j.Priority.toPriority(int)
          Please use the toLevel(int) method instead. 
org.apache.log4j.Priority.toPriority(int, Priority)
          Please use the toLevel(int, Level) method instead. 
org.apache.log4j.Priority.toPriority(String)
          Please use the toLevel(String) method instead. 
org.apache.log4j.Priority.toPriority(String, Priority)
          Please use the toLevel(String, Level) method instead. 
 


SLF4J API
Version 1.4.3

Copyright © 2005-2008 QOS.ch. All Rights Reserved.