You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by pb...@apache.org on 2004/05/08 15:03:54 UTC

cvs commit: xml-fop/src/java/org/apache/fop/fo FOTree.java

pbwest      2004/05/08 06:03:54

  Modified:    src/java/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design
                        FOTree.java
  Log:
  System.out.println replaced by logging
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.10  +7 -8      xml-fop/src/java/org/apache/fop/fo/Attic/FOTree.java
  
  Index: FOTree.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/Attic/FOTree.java,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- FOTree.java	16 Apr 2004 05:18:52 -0000	1.1.2.9
  +++ FOTree.java	8 May 2004 13:03:54 -0000	1.1.2.10
  @@ -138,7 +138,7 @@
               event = xmlevents.getStartElement(FObjectNames.ROOT);
               foRoot = new FoRoot(this, event);
               foRoot.buildFoTree();
  -            System.out.println("Back from buildFoTree");
  +            log.info("Back from buildFoTree");
               // Clean up the fo:root event
               event = xmlevents.getEndElement(XmlEventReader.DISCARD_EV, event);
               // Get the end of document
  @@ -156,10 +156,9 @@
               throw new RuntimeException(e);
           }
   
  -        // DEBUG
  -        System.out.println("Elapsed time: " +
  +        log.fine("Elapsed time: " +
                       (System.currentTimeMillis() - 
  -                            org.apache.fop.apps.Fop.startTime)); // DEBUG
  +                            org.apache.fop.apps.Fop.startTime)); 
   
           FONode.PreOrder preorder = foRoot.new PreOrder();
           int nodecount = 0;
  @@ -175,7 +174,7 @@
               }
               */
           }
  -        System.out.println("# of FONodes: " + nodecount);
  +        log.fine("# of FONodes: " + nodecount);
       }
   
       /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org