From: "James Strachan" <[EMAIL PROTECTED]> > There is already a LogFactory that seems to do exactly as you suggest. > > http://jakarta.apache.org/commons/logging/api/org/apache/commons/logging/Log > Factory.html
e.g. here's it in action... private static final Log logger = LogFactory.getInstance( Foo.class ); James __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.comm -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
