You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2002/08/29 21:16:17 UTC

cvs commit: jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io BeanCreateRule.java

rdonkin     2002/08/29 12:16:17

  Modified:    betwixt/src/java/org/apache/commons/betwixt/io
                        BeanCreateRule.java
  Log:
  Added method which allows class log to be set programatically.
  
  Revision  Changes    Path
  1.9       +5 -0      jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/BeanCreateRule.java
  
  Index: BeanCreateRule.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/BeanCreateRule.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- BeanCreateRule.java	30 Jul 2002 20:12:47 -0000	1.8
  +++ BeanCreateRule.java	29 Aug 2002 19:16:17 -0000	1.9
  @@ -96,6 +96,11 @@
       /** Logger */
       private static final Log log = LogFactory.getLog( BeanCreateRule.class );
       
  +    /** Set log to be used by <code>BeanCreateRule</code> instances */
  +    public static void setLog(Log log) {
  +        log = log;
  +    }
  +    
       /** The descriptor of this element */
       private ElementDescriptor descriptor;
       /** The Context used when evaluating Updaters */
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>