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. |