Return-Path: Delivered-To: apmail-logging-general-archive@www.apache.org Received: (qmail 14600 invoked from network); 4 Aug 2006 11:04:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Aug 2006 11:04:24 -0000 Received: (qmail 34483 invoked by uid 500); 4 Aug 2006 11:04:23 -0000 Delivered-To: apmail-logging-general-archive@logging.apache.org Received: (qmail 34359 invoked by uid 500); 4 Aug 2006 11:04:23 -0000 Mailing-List: contact general-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Logging General" List-Id: Delivered-To: mailing list general@logging.apache.org Received: (qmail 34348 invoked by uid 99); 4 Aug 2006 11:04:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 04:04:23 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 04 Aug 2006 04:04:22 -0700 Received: (qmail invoked by alias); 04 Aug 2006 11:03:58 -0000 Received: from pD9506DD1.dip0.t-ipconnect.de (EHLO [192.168.10.100]) [217.80.109.209] by mail.gmx.net (mp019) with SMTP; 04 Aug 2006 13:03:58 +0200 X-Authenticated: #1057386 Message-ID: <44D32991.8060400@st-strittmatter.name> Date: Fri, 04 Aug 2006 13:03:45 +0200 From: Stephan Strittmatter User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: Logging General Subject: Re: JavaScript (was Re: Quarterly Report to the Board) References: <44D1EB91.7040902@st-strittmatter.name> <44D30348.3040005@st-strittmatter.name> In-Reply-To: <44D30348.3040005@st-strittmatter.name> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N BTW, I would feel honored if my project would be worth and I would donate my sources as a basis to Apache. I will spend also more effort and time on the contribution in future. Currently I am in contact with the project leader of log4javascript (at SF). The project is very similar to Log4js and he is also interested in spending effort on Apache. I will have a deeper look on log4javascript during the next days, but it looks for me rather easy to combine these two projects to get the best from both. Cheers, Stephan http://log4js.berlios.de Stephan Strittmatter schrieb: > Curt Arnold schrieb: >> On Aug 3, 2006, at 7:26 AM, Stephan Strittmatter wrote: >> >>> I think the time is now worth to think about a JavaScript logging >>> framework hosted on Apache Logging site. What do you think? In the last >>> months there have came up a lot of frameworks in this direction. I >>> collected them partly on >>> http://log4js.berlios.de/links.html#otherProjects and the list is still >>> growing. >>> >>> IMHO it is a good idea to consolidate this big set to a solid framework >>> on Apache. >>> >>> Yes, I have also designed such a framework (when starting I found no one >>> else doing that 1,5 years ago) together with Seth, but I can see there a >>> lot other worthy frameworks which could be probably merged together on >>> Apache Logging. >>> >>> What do you think about this? >>> >>> Kind regards, >>> >>> Stephan Strittmatter >> I'm supportive but personally resource constrained. If a JavaScript >> framework (or frameworks) were to happen in Logging Services, their >> would need to be new contributors making substantial contributions in >> time and effort. >> >> I think the best next step would be to establish mechanisms for >> discussion and brainstorming and then inviting authors of JavaScript >> frameworks and other interested parties to discuss what could or should >> be done. Some possible mechanisms (one or more could be used): >> >> general@logging.apache.org mailing list >> a log4js JIRA project >> a log4js Wiki >> a sandbox area in the SVN >> >> Any others? > > I think this will be a good start. On my project at > http://log4js.berlios.de I use also these mechanisms. Probably also some > webspace would be greate. > >> I'm not sure that it is a good idea to try to unify one implementation, >> but I think it would be beneficial to try to define (likely not >> rigorously) a spec and provide one or more interoperable implementation >> and a test suite. > > Yes, it will be difficult to unify them. I already tried to contact some > of the projects, but still with no success. > >> Potential implementations: >> >> JavaScript bridge to log4net that would be useful for ASP.NET code so >> that logging from the script code could be interspersed with traditional >> log4net logging from .NET components. >> > > This I want to add this also to Log4js > >> Same thing for Java using log4j. > > Currently I work on this for Log4js. > > For PHP there exists already a small example in the svn. > >> "Pure" javascript implementation for browser-side code. > > This exists already in Log4js using different Appenders and Layouts. > >> Others? >> >> I'd appreciate comments, suggestions and indications of interest. >> > > For the Web2.0 and Ajax Hype, the bridges to the servers (.NET, Java, > PHP) will get more and more important. Because of that I currently work > on this. The problem is, that I am not familiar with .NET.