Log4j 1.3alpha-1

Uses of Class
org.apache.log4j.Priority

Packages that use Priority
org.apache.log4j The main log4j package. 
 

Uses of Priority in org.apache.log4j
 

Methods in org.apache.log4j with parameters of type Priority
 boolean Category.isEnabledFor(Priority level)
          Deprecated. Use the alternate form taking a parameter of type Level.
 void Category.log(Priority level, java.lang.Object message, java.lang.Throwable t)
          Deprecated. Use the form taking in a Level as a parameter.
 void Category.log(Priority level, java.lang.Object message)
          Deprecated. Use the form taking in a Level as a parameter.
 void Category.log(java.lang.String callerFQCN, Priority level, java.lang.Object message, java.lang.Throwable t)
          Deprecated. Use the form taking in a Level as a parameter.
 


Log4j 1.3alpha-1

Copyright 2000-2003 Apache Software Foundation.