From: Viner, D. <dv...@ya...> - 2004-04-05 17:11:49
|
After talking more with the ASF team that owns logging.apache.org, it seems as tho licensing issues will prevent integration. Specifically, the Logging Services at ASF requires that software be licensed with the Apache Software License or ASL-compatible license. At this time, it is unclear whether GPL is compatible. (GNU has declared it incompatible, but the ASF team is discussing it with GNU team since the interpretation is uncertain.) Moreover, the Apache Software Foundation does not allow double-licensing which Log4Perl currently has (Artistic License and GPL). I've asked them to put a link to the Log4Perl homepage on the http://logging.apache.org site, and they have agreed. Mike and Kevin, if you are willing or interested in changing the license terms, please let me know. Otherwise, we'll just keep pace with the logging services on an unofficial basis. dave -----Original Message----- From: Viner, David [mailto:dv...@ya...] Sent: Monday, March 29, 2004 10:14 AM To: Log4perl-Devel (log...@li...) Subject: RE: [log4perl-devel] log4perl and log4j I'll look into what it takes to get info on logging.apache.org. what do you think about a couple of compatibility functions to support the identical syntax ? e.g., : sub isDebugEnabled { return shift->is_debug(); } dave -----Original Message----- From: Mike Schilli [mailto:b2...@pe...] Sent: Sunday, March 28, 2004 1:20 AM To: Viner David Cc: Log4perl-Devel (log...@li...) Subject: Re: [log4perl-devel] log4perl and log4j Viner, David wrote on 3/26/2004, 10:59 AM: > I noticed in reading about log4j that it exposes slightly different > method > names than log4perl. for example, > > log4perl: is_debug() log4j: isDebugEnabled() > log4perl: is_info() log4j: isInfoEnabled() > log4perl: is_warn() log4j: _none_ > log4perl: is_error() log4j: _none_ > log4perl: is_fatal() log4j: _none_ The overall l4p goal is to be compatible with log4j, but there's some minor differences, especially when there's more perlish ways. The underscore notation vs. upper/lowercasing is something we used throughout l4p. > Also, we should look into how to get log4perl listed and linked to on > http://logging.apache.org/ > Thoughts? I got an invite on this, but I passed -- sounds like a lot of work. Are you volunteering? -- -- Mike Mike Schilli m...@pe... ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ log4perl-devel mailing list log...@li... https://lists.sourceforge.net/lists/listinfo/log4perl-devel |