Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 42518 invoked from network); 1 Jul 2002 19:45:54 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by 209.66.108.5 with SMTP; 1 Jul 2002 19:45:54 -0000 Received: (qmail 21901 invoked by uid 97); 1 Jul 2002 19:46:06 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 21883 invoked by uid 97); 1 Jul 2002 19:46:05 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 21871 invoked by uid 98); 1 Jul 2002 19:46:05 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) User-Agent: Microsoft-Entourage/10.1.0.2006 Date: Mon, 01 Jul 2002 12:45:42 -0700 Subject: Re: cvs commit: jakarta-commons/betwixt/src/java/org/apache/commons/betwixt XMLIntrospector.java From: Jon Scott Stevens To: Jakarta Commons Developers List Message-ID: In-Reply-To: <20020701184520.78171.qmail@icarus.apache.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N Missing isTraceEnabled(). -jon on 7/1/02 11:45 AM, "rdonkin@apache.org" wrote: > rdonkin 2002/07/01 11:45:20 > > Modified: betwixt/src/java/org/apache/commons/betwixt > XMLIntrospector.java > Log: > Added trace logging messages > > Revision Changes Path > 1.3 +6 -1 > jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/XMLIntrospector.ja > va > > Index: XMLIntrospector.java > =================================================================== > RCS file: > /home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/XMLIntro > spector.java,v > retrieving revision 1.2 > retrieving revision 1.3 > diff -u -r1.2 -r1.3 > --- XMLIntrospector.java 11 Jun 2002 16:05:20 -0000 1.2 > +++ XMLIntrospector.java 1 Jul 2002 18:45:20 -0000 1.3 > @@ -206,7 +206,12 @@ > if (xmlInfo != null) { > cacheXMLBeanInfos.put( aClass, xmlInfo ); > } > - } > + } else { > + log.trace("Used cached XMLBeanInfo."); > + } > + > + log.trace(xmlInfo); > + > return xmlInfo; > } -- To unsubscribe, e-mail: For additional commands, e-mail: