Re: Logging API

2003-01-26 Thread Ryan Hoegg
Andrew Evers wrote: I've just had a look, and the commons-logging package is 26K, or 18K for the '-api' version (that includes all we need in applets). OTOH, the classes I mentioned total to 6K. Even allowing another 3K for the cut-down loader solution I proposed and you still only reach half the

Re: Logging API

2003-01-26 Thread Andrew Evers
> I am almost convinced. I am unfamiliar with the functional > requirements of an applet developer for our library, but I will accept > at face value that an 80% increase in the file size of our applet jar > is unacceptable. > My concerns would be that the Commons Logging group already put plent

Re: Logging API

2003-01-25 Thread Ryan Hoegg
Redwood wrote: I would like to have the system property as it allows the XML-RPC library to be debugged at the end-user site without the embedding application having to do anything. The case I had yesterday, I hadn't embedded any specific debugging code and I wanted to use the XML-RPC library deb

Re: Logging API

2003-01-25 Thread Redwood
- Original Message - From: "Ryan Hoegg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 24, 2003 4:13 PM Subject: Re: Logging API > Making a new thread, this was buried in the replies to a Bugzilla > message. :) Yeah, I tend to reply to

Re: Logging API

2003-01-24 Thread Ryan Hoegg
Hey Andrew, Making a new thread, this was buried in the replies to a Bugzilla message. :) We started some discussions about using the Commons Logging package late last year. I think we decided to go forward with it as the size of the JARs we would need to include was small. Why do we need th