Stefan, I think you're right about Level. The javadoc for Priority: http://logging.apache.org/log4j/docs/api/org/apache/log4j/Priority.html says to use Level instead, and Level extends Priority so it should be a simple replacement.
-James >>> [EMAIL PROTECTED] 07/05/04 11:16 PM >>> Hi, this build failures occurs since Log4J has removed some of its deprecated methods (after about two years of deprecation). The fix is to replace Priority with Level IIRC. The changed code would work with Log4J 1.2.8 as well as the next 1.3 releases. Stefan -- http://stefanbodewig.blogger.de/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
