|
Log4j 1.3alpha-7 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
Object message,
Throwable t)
Deprecated. Use the form taking in a Level as a parameter. |
void |
Category.log(Priority level,
Object message)
Deprecated. Use the form taking in a Level as a parameter. |
void |
Category.log(String callerFQCN,
Priority level,
Object message,
Throwable t)
Deprecated. Use the form taking in a Level as a parameter. |
|
Log4j 1.3alpha-7 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |