Logging, packaging and applets

2003-04-03 Thread Andrew Evers
Craig R. McClanahan wrote: Why not just provide a trivially simple two-class JAR file that defines org.apache.commons.logging.Log and org.apache.commons.logging.LogFactory with exactly the same public APIs as the real ones? Then, just ship this tiny little JAR file with apps (or

Re: Logging, packaging and applets

2003-04-03 Thread Ryan Hoegg
Andrew Evers wrote: Hmm, thread revival. Had to go back to the archives to check out what I had said. This proposal looks like a solution. Log itself is an interface, LogFactory is a class. The tiniest possible implementation we could build would be to have our own LogFactory that copies the real