Hi, Garth Patil wrote:
> Thanks Boris! > One follow up question. That works for ERROR and FATAL, but is there > any way to suppress ERROR and only show FATAL? > Best, > Garth
This levels may apply: Java Util Logging (JUL) http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/Level.html log4j http://logging.apache.org/log4j/docs/api/org/apache/log4j/Level.html In case of JUL there is just one level above WARNING, and thats SEVERE. Regards Boris