Is there a way of hardcoding the choice of logging factory, so that log4jOn a JDK below 1.4, the default behavior is to choose Log4J if it is present, or SimpleLog otherwise. On a JDK >= 1.4, Log4J is still selected first if it is present, else JDK 1.4 logging is used.
will always be used or nothing at all ?
If you want to change this, you'll either need to configure according to the documentation (such as supplying your own LogFactory implementation that behaves the way you want) or modify LogFactory itself.
Craig
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
