Change behavior on Priorities

2001-08-21 Thread Arendt Frank
Hello, we have added additional priorities to our log4j. We would like to change the behaviour of log4J that all (lower) priorities are activated for a category. Instead we would like to activate the priorities individually for each category despite of any rating. One way to do it, would be to o

cvs commit: jakarta-log4j/src/java/org/apache/log4j Hierarchy.java

2001-08-21 Thread pglezen
pglezen 01/08/21 09:06:06 Modified:src/java/org/apache/log4j Hierarchy.java Log: Added some javadoc comments to clarify some recent changes to the following methods: enable(Priority) getEnable() isDisabled(int) Revision ChangesPath 1.25 +9 -3 jaka