Hi Craig, > > Besides, Craig used Avalon code for the JSR47 wrapper > > To be precise, I based this on the code Paulo posted to COMMONS-DEV a > while back, which were in a non-Avalon Java package (maybe this is what > you proposed originally to Avalon?). I didn't know it was the Avalon > logic, but it doesn't bother me at all to give credit. Whose name(s) > should I add on the code?
I believe you missed it but both times I posted that code I mentioned it was Avalon's code. This bit is from the last time I posted that code: > From: Paulo Gaspar [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 03, 2002 11:51 PM > To: Jakarta Commons Developers List > Subject: RE: [Logging] has commons-logging had a release? > <SNIP /> > > It comes straight from Avalon. You can find the same LogKit wrapper at: > \jakarta-avalon\src\java\org\apache\avalon\framework\logger > > You can also find a JDK 1.4 Logging API wrapper in both the attachment > and in Avalon (same code again). I also kept the original credits in all the files I ported from Avalon. For the "Jdk14Logger.java" file those are: * @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a> * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a> There were some other files which I coded and those have my name. AFAIK nothing from my code was used and that is not the issue here. To the ones from Avalon I only made cosmetic changes (like changing LogEnabled to Loggable and so) and I did NOT add my name to their credits list. Why did I post this stuff in "a non-Avalon Java package"? Because I was working on a common logging interface for my own use and used the Avalon wrappers for it. The package also includes a "simple logger", a "primordial logger", modified AbstractLoggable classes and I am adding (when I have time) common configuration functionality. And then there are those cosmetic changes. So, I just posted my working package which was easier to grab and could have something interesting besides the Avalon (most important) bit. Have fun, Paulo Gaspar > -----Original Message----- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 30, 2002 3:16 AM > To: Jakarta Commons Developers List; [EMAIL PROTECTED] > Subject: RE: [Logging] [VOTE] Commons Logging 1.0 Release > > > > > On Wed, 30 Jan 2002, Paulo Gaspar wrote: > > > > > Besides, Craig used Avalon code for the JSR47 wrapper > > To be precise, I based this on the code Paulo posted to COMMONS-DEV a > while back, which were in a non-Avalon Java package (maybe this is what > you proposed originally to Avalon?). I didn't know it was the Avalon > logic, but it doesn't bother me at all to give credit. Whose name(s) > should I add on the code? > > > and all of my > > suggestions that were accepted came directly from the Avalon stuff. > > > > > > Have fun, > > Paulo Gaspar > > > > Craig > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
